summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-29 21:13:08 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-29 21:13:08 +0100
commit23597aaf450f0db4e639ed3012c9837661c4a541 (patch)
tree34b0ff6f9fe7972f606ebc274f6d6e005e98562a /gl
parent598364ccace2db125d8c8d763edc9112b87c2f8c (diff)
downloadgnutls-23597aaf450f0db4e639ed3012c9837661c4a541.tar.gz
valgrind with suppressions.
Diffstat (limited to 'gl')
-rw-r--r--gl/m4/valgrind-tests.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/m4/valgrind-tests.m4 b/gl/m4/valgrind-tests.m4
index 077e025913..6afd14dabf 100644
--- a/gl/m4/valgrind-tests.m4
+++ b/gl/m4/valgrind-tests.m4
@@ -21,7 +21,7 @@ AC_DEFUN([gl_VALGRIND_TESTS],
AC_CHECK_PROGS(VALGRIND, valgrind)
fi
- OPTS="-q --error-exitcode=1 --suppressions=suppressions.valgrind"
+ OPTS="-q --error-exitcode=1 --leak-check=full --suppressions=suppressions.valgrind"
if test -n "$VALGRIND" \
&& $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then