diff options
Diffstat (limited to 'tests/multiple/Makefile.am')
-rw-r--r-- | tests/multiple/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multiple/Makefile.am b/tests/multiple/Makefile.am index ceaaa760..1c40c2d5 100644 --- a/tests/multiple/Makefile.am +++ b/tests/multiple/Makefile.am @@ -32,7 +32,7 @@ CLEANFILES = .memdump valgrind: @echo '## Running the regression tests under Valgrind' - $(MAKE) CHECKER='valgrind -q' tests + $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-check=full' tests test tests: $(top_builddir)/xsltproc/xsltproc @echo '## Running multiple tests' |