target_link_libraries(unittest_bit_vector global)
# unittest_async_compressor
+# the test is disabled, because async_compressor is not used anywhere yet.
add_executable(unittest_async_compressor
- test_async_compressor.cc
-)
-target_link_libraries(unittest_async_compressor global)
+ test_async_compressor.cc)
+target_link_libraries(unittest_async_compressor global ${UNITTEST_LIBS})
add_dependencies(unittest_async_compressor ceph_snappy)
+set_target_properties(unittest_async_compressor PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS})
# unittest_interval_set
add_executable(unittest_interval_set