aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/valgrind.sh
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-21 03:55:00 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-21 03:55:00 +0100
commiteac073d479dfbe5ecf9c5fc7180f7b29da6d1298 (patch)
tree14db2b6f4c921e7c462b20d59a61fc2cf5446625 /build-aux/valgrind.sh
parent62919eee3ef5fbad678034c21948abed523fa47e (diff)
downloadblogc-eac073d479dfbe5ecf9c5fc7180f7b29da6d1298.tar.gz
blogc-eac073d479dfbe5ecf9c5fc7180f7b29da6d1298.tar.bz2
blogc-eac073d479dfbe5ecf9c5fc7180f7b29da6d1298.zip
wip
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 \