diff options
author | Bruno Haible <bruno@clisp.org> | 2007-06-09 11:51:33 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:55 +0200 |
commit | 27f4050efdf0d27e006ffd332149631f30fb27da (patch) | |
tree | 9031ffdba0c52a65518764aa3bed370967ab6a1f /gettext-tools/tests | |
parent | b9c2783da0d6a4a7987f98430f31c6c130ca4fab (diff) | |
download | external_gettext-27f4050efdf0d27e006ffd332149631f30fb27da.zip external_gettext-27f4050efdf0d27e006ffd332149631f30fb27da.tar.gz external_gettext-27f4050efdf0d27e006ffd332149631f30fb27da.tar.bz2 |
xallocsa was renamed to xmalloca.
Diffstat (limited to 'gettext-tools/tests')
-rw-r--r-- | gettext-tools/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index ae9e954..745a88a 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -135,7 +135,7 @@ XGETTEXT = ../src/xgettext # For debugging memory leaks and memory allocation bugs. # You should build with --disable-shared when using valgrind. CHECKER = -#CHECKER = valgrind --tool=memcheck --suppressions=$(srcdir)/../gnulib-lib/allocsa.valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes +#CHECKER = valgrind --tool=memcheck --suppressions=$(srcdir)/../gnulib-lib/malloca.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) \ |