From: Adam Simpkins Date: Fri, 19 Jan 2018 04:43:21 +0000 (-0800) Subject: cmake: mark the compression tests as slow X-Git-Tag: v2018.01.22.00~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=2e5089d514ad890d04d9243c14db91a7c4814583 cmake: mark the compression tests as slow Summary: The compression test code has a large number of parameterized tests that run with a large number of parameter combinations. These tests take many minutes to run. Reviewed By: meyering Differential Revision: D6745364 fbshipit-source-id: dac5d5eb4a786da7be453742fac5f92a9740e468 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 27834dae..2d330de3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -351,7 +351,7 @@ if (BUILD_TESTS) TEST chrono_conv_test SOURCES ConvTest.cpp DIRECTORY compression/test/ - TEST compression_test SOURCES CompressionTest.cpp + TEST compression_test SLOW SOURCES CompressionTest.cpp DIRECTORY container/test/ TEST access_test SOURCES AccessTest.cpp