]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Upgrade for valgrind 2.2.0.
authorBruno Haible <bruno@clisp.org>
Tue, 14 Sep 2004 17:31:06 +0000 (17:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:55 +0000 (12:11 +0200)
gettext-tools/tests/Makefile.am

index c303d34dbf9fc438ea2c3f7059e91acdbbd27c0f..51e14f72cc08459284f2da39753cfcf61be988bc 100644 (file)
@@ -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 \