From: Bruno Haible Date: Tue, 14 Sep 2004 17:31:06 +0000 (+0000) Subject: Upgrade for valgrind 2.2.0. X-Git-Tag: v0.14.2~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a27e271e5d810d30773c7b2c4689e30d3b2c19;p=thirdparty%2Fgettext.git Upgrade for valgrind 2.2.0. --- diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index c303d34db..51e14f72c 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -113,7 +113,8 @@ XGETTEXT = ../src/xgettext # For debugging memory leaks and memory allocation bugs. CHECKER = -#CHECKER = valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes +#CHECKER = valgrind --tool=memcheck --suppressions=$(srcdir)/../lib/allocsa.valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes +#CHECKER = valgrind --tool=massif --format=html --depth=10 --alloc-fn=xmalloc --alloc-fn=xrealloc --stacks=no TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \ PATH=.:../src:../../gettext-runtime/src:$(top_srcdir)/../gettext-runtime/src:$$PATH \