]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/system/CMakeLists.txt
import 15.2.0 Octopus source
[ceph.git] / ceph / src / test / system / CMakeLists.txt
index f59ed3e79c632ee85d3e01ce62c4cf9f396644c1..4944bb4462d789623873d35d8e4ba74da1e7a48b 100644 (file)
@@ -6,9 +6,7 @@ set(libsystest_srcs
   systest_settings.cc
   st_rados_create_pool.cc
   st_rados_delete_pool.cc
-  st_rados_list_objects.cc
-  st_rados_watch.cc
-  st_rados_notify.cc)
+  st_rados_list_objects.cc)
 add_library(systest STATIC ${libsystest_srcs})
 
 # test_rados_list_parallel
@@ -41,25 +39,8 @@ add_executable(ceph_test_rados_delete_pools_parallel
 target_link_libraries(ceph_test_rados_delete_pools_parallel librados systest global
   pthread rt ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS}) 
 
-# test_rados_watch_notify
-set(test_rados_watch_notify_srcs
-  rados_watch_notify.cc
-  st_rados_create_pool.cc
-  st_rados_delete_pool.cc
-  st_rados_delete_objs.cc
-  st_rados_watch.cc
-  st_rados_notify.cc
-  )
-add_executable(ceph_test_rados_watch_notify
-  ${test_rados_watch_notify_srcs}
-  )
-target_link_libraries(ceph_test_rados_watch_notify
-  librados systest global
-  pthread rt ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS}) 
-
 install(TARGETS
   ceph_test_rados_delete_pools_parallel
   ceph_test_rados_list_parallel
   ceph_test_rados_open_pools_parallel
-  ceph_test_rados_watch_notify
   DESTINATION ${CMAKE_INSTALL_BINDIR})