From: Kefu Chai Date: Sat, 10 Jun 2017 15:59:19 +0000 (+0800) Subject: test/librbd: decouple ceph_test_librbd_api from libceph-common X-Git-Tag: v11.2.1~53^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16195%2Fhead;p=ceph.git 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 --- 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})