From: Yann Collet Date: Thu, 15 Sep 2016 15:23:15 +0000 (+0200) Subject: removed option unsupported by travis X-Git-Tag: v1.1.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f276949c8eea6158acd51973135d9fb7fa4e59;p=thirdparty%2Fzstd.git removed option unsupported by travis --- diff --git a/tests/Makefile b/tests/Makefile index 17cf6589e..3ce9f317e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -154,7 +154,7 @@ clean: ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly)) HOST_OS = POSIX -valgrindTest: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 +valgrindTest: VALGRIND = valgrind --leak-check=full --error-exitcode=1 valgrindTest: zstd datagen fuzzer fullbench zbufftest @echo "\n ---- valgrind tests : memory analyzer ----" $(VALGRIND) ./datagen -g50M > $(VOID)