]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/objectstore/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / test / objectstore / CMakeLists.txt
index 3294616b9b26fa7f191b1b4e3ab76a5f61cdd046..a012264e8d37d79e577e26438fa3fef3b332c873 100644 (file)
@@ -37,44 +37,6 @@ target_link_libraries(ceph_test_keyvaluedb
 install(TARGETS ceph_test_keyvaluedb
   DESTINATION ${CMAKE_INSTALL_BINDIR})
 
-# ceph_test_filestore_idempotent
-add_executable(ceph_test_filestore_idempotent
-  test_idempotent.cc
-  FileStoreTracker.cc
-  ${CMAKE_SOURCE_DIR}/src/test/common/ObjectContents.cc
-  )
-target_link_libraries(ceph_test_filestore_idempotent
-  os
-  global
-  ${EXTRALIBS}
-  ${BLKID_LIBRARIES}
-  ${CMAKE_DL_LIBS}
-  )
-
-# ceph_test_filestore_idempotent_sequence
-add_executable(ceph_test_filestore_idempotent_sequence
-  test_idempotent_sequence.cc
-  DeterministicOpSequence.cc
-  TestObjectStoreState.cc
-  FileStoreDiff.cc
-  )
-target_link_libraries(ceph_test_filestore_idempotent_sequence
-  os
-  global
-  ${EXTRALIBS}
-  ${BLKID_LIBRARIES}
-  ${CMAKE_DL_LIBS}
-  )
-install(TARGETS ceph_test_filestore_idempotent_sequence
-  DESTINATION ${CMAKE_INSTALL_BINDIR})
-
-# unittest_chain_xattr
-add_executable(unittest_chain_xattr
-  chain_xattr.cc
-  )
-add_ceph_unittest(unittest_chain_xattr)
-target_link_libraries(unittest_chain_xattr os global)
-
 # unittest_rocksdb_option
 add_executable(unittest_rocksdb_option
   TestRocksdbOptionParse.cc