aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/valgrind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/valgrind.sh')
-rwxr-xr-xbuild-aux/valgrind.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/valgrind.sh b/build-aux/valgrind.sh
index 991b906..bdf7e70 100755
--- a/build-aux/valgrind.sh
+++ b/build-aux/valgrind.sh
@@ -4,6 +4,7 @@ export TESTS_ENVIRONMENT="
${VALGRIND:-valgrind} \
--tool=memcheck \
--leak-check=full \
+ --show-leak-kinds=all \
--leak-resolution=high \
--num-callers=20 \
--error-exitcode=1 \