cmake: mark the compression tests as slow
authorAdam Simpkins <simpkins@fb.com>
Fri, 19 Jan 2018 04:43:21 +0000 (20:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 19 Jan 2018 05:04:33 +0000 (21:04 -0800)
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

CMakeLists.txt

index 27834daeeae6f89a467914ca1c2ba2f45182537f..2d330de3081e3ebbe4ecbe1e7f521b4cd87626a5 100755 (executable)
@@ -351,7 +351,7 @@ if (BUILD_TESTS)
       TEST chrono_conv_test SOURCES ConvTest.cpp
 
     DIRECTORY compression/test/
       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
 
     DIRECTORY container/test/
       TEST access_test SOURCES AccessTest.cpp