From ce874ab676e8b5a09e32db19f077c650cff9979b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 10 Jun 2017 23:59:19 +0800 Subject: [PATCH] test/librbd: decouple ceph_test_librbd_api from libceph-common Fixes: http://tracker.ceph.com/issues/20175 Signed-off-by: Kefu Chai (cherry picked from commit b7287fdc4d70c5ecedda78ae367b98e5d8f61c5b) Conflicts: src/test/librbd/CMakeLists.txt: trivial resolution --- src/test/librbd/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/librbd/CMakeLists.txt b/src/test/librbd/CMakeLists.txt index e347a313266..33b0312d363 100644 --- a/src/test/librbd/CMakeLists.txt +++ b/src/test/librbd/CMakeLists.txt @@ -109,12 +109,11 @@ add_executable(ceph_test_librbd_api test_support.cc test_librbd.cc test_main.cc + $ $) target_link_libraries(ceph_test_librbd_api librbd librados - common - radostest ${UNITTEST_LIBS}) set_target_properties(ceph_test_librbd_api PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) -- 2.47.3