mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
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:
parent
01b10c3aaa
commit
1e8388c345
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user