From 4bc9c308a30f24bc4f392c51a0a8d2b804f6b3a1 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 (cherry picked from commit 5b0a611a48bffb4d11d5a1cda21c5eaefb3576fb) --- 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 975144b88992c..0000000000000 --- 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 2bf6723c40ec0..4738cb98229a5 100644 --- a/src/test/librbd/CMakeLists.txt +++ b/src/test/librbd/CMakeLists.txt @@ -145,19 +145,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 $ @@ -182,5 +169,4 @@ install(TARGETS install(TARGETS ceph_test_librbd - ceph_test_librbd_api DESTINATION ${CMAKE_INSTALL_BINDIR}) -- 2.47.3