From 2e5089d514ad890d04d9243c14db91a7c4814583 Mon Sep 17 00:00:00 2001 From: Adam Simpkins Date: Thu, 18 Jan 2018 20:43:21 -0800 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1