]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "[DNM] quincy: test: explicitly link to ceph-common for some libcephfs tests" 54085/head
authorVenky Shankar <vshankar@redhat.com>
Thu, 19 Oct 2023 03:52:30 +0000 (09:22 +0530)
committerVenky Shankar <vshankar@redhat.com>
Thu, 19 Oct 2023 03:53:36 +0000 (09:23 +0530)
This got merged inspite of being marked as DNM. @yuriw plans for another round
of quincy build, so if possible let's inculde this in the branch.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/test/libcephfs/CMakeLists.txt

index 378474cb54695f3c220d2c1f2361e55f8b74f2cc..01ebe4dec5321de490324b90c8ef53f2912961d2 100644 (file)
@@ -54,18 +54,18 @@ if(${WITH_CEPHFS})
     reclaim.cc
   )
   target_link_libraries(ceph_test_libcephfs_reclaim
-    ceph-common
     cephfs
     ${UNITTEST_LIBS}
     ${EXTRALIBS}
     ${CMAKE_DL_LIBS}
     )
+  install(TARGETS ceph_test_libcephfs_reclaim
+    DESTINATION ${CMAKE_INSTALL_BINDIR})
 
   add_executable(ceph_test_libcephfs_lazyio
     lazyio.cc
   )
-target_link_libraries(ceph_test_libcephfs_lazyio
-    ceph-common
+  target_link_libraries(ceph_test_libcephfs_lazyio
     cephfs
     librados
     ${UNITTEST_LIBS}