]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/librbd: decouple ceph_test_librbd_api from libceph-common 16195/head
authorKefu Chai <kchai@redhat.com>
Sat, 10 Jun 2017 15:59:19 +0000 (23:59 +0800)
committerJason Dillaman <dillaman@redhat.com>
Fri, 7 Jul 2017 01:26:44 +0000 (21:26 -0400)
Fixes: http://tracker.ceph.com/issues/20175
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit b7287fdc4d70c5ecedda78ae367b98e5d8f61c5b)

Conflicts:
src/test/librbd/CMakeLists.txt: trivial resolution

src/test/librbd/CMakeLists.txt

index e347a313266be7a06c0e7ea96176de987d5929f1..33b0312d3635047154bdba781efe3c039d78753a 100644 (file)
@@ -109,12 +109,11 @@ add_executable(ceph_test_librbd_api
   test_support.cc
   test_librbd.cc
   test_main.cc
+  $<TARGET_OBJECTS:libradostest_obj>
   $<TARGET_OBJECTS:common_texttable_obj>)
 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})