Add support for running more tests via CTest

This commit is contained in:
Taylor Braun-Jones
2020-03-30 15:14:00 -04:00
parent 496d8c8b77
commit 5b054d9e90
4 changed files with 51 additions and 7 deletions
+2 -2
View File
@@ -249,9 +249,9 @@
C:\cygwin64\bin\bash --login -c "
set -e;
cd build/cmake;
CFLAGS='-Werror' cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug -DZSTD_BUILD_TESTS:BOOL=ON .;
CFLAGS='-Werror' cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug -DZSTD_BUILD_TESTS:BOOL=ON -DZSTD_FUZZER_FLAGS=-T30s .;
make -j4;
ctest -V;
ctest -V -L Medium;
"
)
- if [%HOST%]==[mingw] (