Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
add_ceph_unittest(unittest_memstore_clone)
target_link_libraries(unittest_memstore_clone os global)
-add_executable(ceph_test_bmap_alloc_replay
- bmap_allocator_replay_test.cc)
-target_link_libraries(ceph_test_bmap_alloc_replay os global ${UNITTEST_LIBS})
-install(TARGETS ceph_test_bmap_alloc_replay
- DESTINATION bin)
+if(WITH_BLUESTORE)
+ add_executable(ceph_test_bmap_alloc_replay
+ bmap_allocator_replay_test.cc)
+ target_link_libraries(ceph_test_bmap_alloc_replay os global ${UNITTEST_LIBS})
+ install(TARGETS ceph_test_bmap_alloc_replay
+ DESTINATION bin)
+endif()