]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added --show-leak-kind=all to valgrind tests
authorcyan4973 <yann.collet.73@gmail.com>
Sat, 1 Jul 2017 14:05:11 +0000 (07:05 -0700)
committercyan4973 <yann.collet.73@gmail.com>
Sat, 1 Jul 2017 14:05:11 +0000 (07:05 -0700)
tests/Makefile

index 0b8deec2af7702bf160739a935c196baa2a8aedd..e6ddce0661b449657ab6cf3abfd046e6897a29e2 100644 (file)
@@ -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)