]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/librbd: drop 'ceph_test_librbd_api' target 27695/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 19 Apr 2019 18:15:49 +0000 (14:15 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 19 Apr 2019 18:18:00 +0000 (14:18 -0400)
This was used for API backwards compatibility testing, but now that
the C++ API will not remain stable, it serves no purpose.

Fixes: http://tracker.ceph.com/issues/39072
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/test_librbd_api.sh [deleted file]
src/test/librbd/CMakeLists.txt

diff --git a/qa/workunits/rbd/test_librbd_api.sh b/qa/workunits/rbd/test_librbd_api.sh
deleted file mode 100755 (executable)
index 975144b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-
-ceph_test_librbd_api
-exit 0
index b0fb77f464a1ebc384bab7929482d5d705f5bdb7..c7bc8a5e87e31b7d9aa2354ccbfa36d8d0021352 100644 (file)
@@ -148,19 +148,6 @@ target_link_libraries(ceph_test_librbd
   radostest)
 target_compile_definitions(ceph_test_librbd PRIVATE "TEST_LIBRBD_INTERNALS")
 
-add_executable(ceph_test_librbd_api
-  test_support.cc
-  test_librbd.cc
-  test_main.cc
-  $<TARGET_OBJECTS:common_texttable_obj>)
-target_link_libraries(ceph_test_librbd_api
-  ceph-common
-  radostest
-  radostest-cxx
-  librbd
-  librados
-  ${UNITTEST_LIBS})
-
 add_executable(ceph_test_librbd_fsx
   fsx.cc
   $<TARGET_OBJECTS:common_texttable_obj>
@@ -185,5 +172,4 @@ install(TARGETS
 
 install(TARGETS
   ceph_test_librbd
-  ceph_test_librbd_api
   DESTINATION ${CMAKE_INSTALL_BINDIR})