]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Fix location of valgrind suppression file
authorDaiki Ueno <ueno@gnu.org>
Tue, 31 May 2016 10:12:03 +0000 (19:12 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 31 May 2016 10:12:03 +0000 (19:12 +0900)
* gettext-tools/tests/Makefile.am (CHECKER): Use $(abs_srcdir) instead
of $(srcdir).

gettext-tools/tests/Makefile.am

index 6c9b0bfb1408c62e19ff6cb8e5b4a65995fa534a..23b09b16371dd601a1883262e3c985d3641144ba 100644 (file)
@@ -170,7 +170,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/malloca.valgrind --suppressions=$(srcdir)/../gnulib-lib/libunistring.valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes
+#CHECKER = valgrind --tool=memcheck --suppressions=$(abs_srcdir)/../gnulib-lib/malloca.valgrind --suppressions=$(abs_srcdir)/../gnulib-lib/libunistring.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) \