diff options
Diffstat (limited to 'tests/docbook/Makefile.am')
-rw-r--r-- | tests/docbook/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docbook/Makefile.am b/tests/docbook/Makefile.am index 8dd336a9..09e7239b 100644 --- a/tests/docbook/Makefile.am +++ b/tests/docbook/Makefile.am @@ -7,7 +7,7 @@ tests: valgrind: @echo '## Running the regression tests under Valgrind' - $(MAKE) CHECKER='valgrind -q' tests + $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-check=full' tests $(top_builddir)/xsltproc/xsltproc: @(cd ../../xsltproc ; $(MAKE) xsltproc) |