diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-23 14:22:33 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-23 14:23:07 +0200 |
commit | 56120e2caabc4b7becbd961187a4aa92e3534215 (patch) | |
tree | bccaeb6ab40b94bd888232a40e7638df8c3a88b3 /gl | |
parent | 8aae368bd1fb38e83ae2dc1de9c46e9d99252f21 (diff) | |
download | gnutls-56120e2caabc4b7becbd961187a4aa92e3534215.tar.gz |
Further optimizations in the compression code. Re-enabled the test program by suppressing the zlib warning.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/m4/valgrind-tests.m4 | 2 | ||||
-rw-r--r-- | gl/override/m4/valgrind-tests.m4.diff | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/valgrind-tests.m4 b/gl/m4/valgrind-tests.m4 index 98d4487857..9c4d0290c6 100644 --- a/gl/m4/valgrind-tests.m4 +++ b/gl/m4/valgrind-tests.m4 @@ -23,7 +23,7 @@ AC_DEFUN([gl_VALGRIND_TESTS], if test -n "$VALGRIND" && $VALGRIND -q true > /dev/null 2>&1; then opt_valgrind_tests=yes - VALGRIND="$VALGRIND -q --error-exitcode=1" + VALGRIND="$VALGRIND -q --error-exitcode=1 --suppressions=suppressions.valgrind" else opt_valgrind_tests=no VALGRIND= diff --git a/gl/override/m4/valgrind-tests.m4.diff b/gl/override/m4/valgrind-tests.m4.diff index 8a4f643af1..dac9a243f6 100644 --- a/gl/override/m4/valgrind-tests.m4.diff +++ b/gl/override/m4/valgrind-tests.m4.diff @@ -5,7 +5,7 @@ if test -n "$VALGRIND" && $VALGRIND -q true > /dev/null 2>&1; then opt_valgrind_tests=yes - VALGRIND="$VALGRIND -q --error-exitcode=1 --leak-check=full" -+ VALGRIND="$VALGRIND -q --error-exitcode=1" ++ VALGRIND="$VALGRIND -q --error-exitcode=1 --suppressions=suppressions.valgrind" else opt_valgrind_tests=no VALGRIND= |