]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: disable unittest_async_compressor 10394/head
authorKefu Chai <kchai@redhat.com>
Fri, 22 Jul 2016 08:04:28 +0000 (16:04 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Jul 2016 08:04:30 +0000 (16:04 +0800)
as async compressor is not used anywhere. and haomai agrees to disable
this test.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/common/CMakeLists.txt

index 8909313d2bd8ebeb540045872fcbaab26b841e45..60beb01106cc189c9fe262cb1353e816a2278547 100644 (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)