summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-04-11 23:31:43 (GMT)
committerYann Collet <cyan@fb.com>2018-04-11 23:31:43 (GMT)
commit7b3cd10579fdc3d62bbf5e00f07ca19068a4403b (patch)
tree81a59ceb496af7f5f7b6c6298b22bca52a8255ee /Makefile
parent7b0df7cf49ffec2c9f98d2d44a2bac78717bff11 (diff)
downloadlz4-7b3cd10579fdc3d62bbf5e00f07ca19068a4403b.zip
lz4-7b3cd10579fdc3d62bbf5e00f07ca19068a4403b.tar.gz
lz4-7b3cd10579fdc3d62bbf5e00f07ca19068a4403b.tar.bz2
reduced test time on circle-ci
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3a95808..86613fd 100644
--- a/Makefile
+++ b/Makefile
@@ -143,10 +143,10 @@ clangtest-native: clean
@CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(TESTDIR) native CC=clang
usan: clean
- CC=clang CFLAGS="-O3 -g -fsanitize=undefined" $(MAKE) test FUZZER_TIME="-T1mn" NB_LOOPS=-i1
+ CC=clang CFLAGS="-O3 -g -fsanitize=undefined" $(MAKE) test FUZZER_TIME="-T30s" NB_LOOPS=-i1
usan32: clean
- CFLAGS="-m32 -O3 -g -fsanitize=undefined" $(MAKE) test FUZZER_TIME="-T1mn" NB_LOOPS=-i1
+ CFLAGS="-m32 -O3 -g -fsanitize=undefined" $(MAKE) test FUZZER_TIME="-T30s" NB_LOOPS=-i1
staticAnalyze: clean
CFLAGS=-g scan-build --status-bugs -v $(MAKE) all