From 1e8388c34593a521173f85ba1eb7ec8dd95108e3 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 22 Jul 2016 16:04:28 +0800 Subject: [PATCH] cmake: disable unittest_async_compressor as async compressor is not used anywhere. and haomai agrees to disable this test. Signed-off-by: Kefu Chai --- src/test/common/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/common/CMakeLists.txt b/src/test/common/CMakeLists.txt index 8909313d2bd..60beb01106c 100644 --- a/src/test/common/CMakeLists.txt +++ b/src/test/common/CMakeLists.txt @@ -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) -- 2.47.3