cmake: disable unittest_async_compressor

as async compressor is not used anywhere. and haomai agrees to disable
this test.

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2016-07-22 16:04:28 +08:00
parent 01b10c3aaa
commit 1e8388c345

View File

@ -158,7 +158,6 @@ target_link_libraries(unittest_bit_vector global)
add_executable(unittest_async_compressor
test_async_compressor.cc
)
add_ceph_unittest(unittest_async_compressor ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest_async_compressor)
target_link_libraries(unittest_async_compressor global)
add_dependencies(unittest_async_compressor ceph_snappy)