From 5b0a611a48bffb4d11d5a1cda21c5eaefb3576fb Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Fri, 19 Apr 2019 14:15:49 -0400 Subject: [PATCH] test/librbd: drop 'ceph_test_librbd_api' target 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 --- qa/workunits/rbd/test_librbd_api.sh | 4 ---- src/test/librbd/CMakeLists.txt | 14 -------------- 2 files changed, 18 deletions(-) delete mode 100755 qa/workunits/rbd/test_librbd_api.sh diff --git a/qa/workunits/rbd/test_librbd_api.sh b/qa/workunits/rbd/test_librbd_api.sh deleted file mode 100755 index 975144b8899..00000000000 --- a/qa/workunits/rbd/test_librbd_api.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -e - -ceph_test_librbd_api -exit 0 diff --git a/src/test/librbd/CMakeLists.txt b/src/test/librbd/CMakeLists.txt index b0fb77f464a..c7bc8a5e87e 100644 --- a/src/test/librbd/CMakeLists.txt +++ b/src/test/librbd/CMakeLists.txt @@ -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_link_libraries(ceph_test_librbd_api - ceph-common - radostest - radostest-cxx - librbd - librados - ${UNITTEST_LIBS}) - add_executable(ceph_test_librbd_fsx fsx.cc $ @@ -185,5 +172,4 @@ install(TARGETS install(TARGETS ceph_test_librbd - ceph_test_librbd_api DESTINATION ${CMAKE_INSTALL_BINDIR}) -- 2.39.5