From: cyan4973 Date: Sat, 1 Jul 2017 14:05:11 +0000 (-0700) Subject: added --show-leak-kind=all to valgrind tests X-Git-Tag: v1.3.0~1^2~2^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c07e43c2b512e7633dc524129967aa0ac21b4c01;p=thirdparty%2Fzstd.git added --show-leak-kind=all to valgrind tests --- diff --git a/tests/Makefile b/tests/Makefile index 0b8deec2a..e6ddce066 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -224,7 +224,7 @@ clean: ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS)) HOST_OS = POSIX -valgrindTest: VALGRIND = valgrind --leak-check=full --error-exitcode=1 +valgrindTest: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 valgrindTest: zstd datagen fuzzer fullbench @echo "\n ---- valgrind tests : memory analyzer ----" $(VALGRIND) ./datagen -g50M > $(VOID)