diff options
Diffstat (limited to 'tests/XSLTMark/Makefile.am')
-rw-r--r-- | tests/XSLTMark/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/XSLTMark/Makefile.am b/tests/XSLTMark/Makefile.am index b4642a14..250992c3 100644 --- a/tests/XSLTMark/Makefile.am +++ b/tests/XSLTMark/Makefile.am @@ -66,7 +66,7 @@ test 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 CLEANFILES = *.tmp *~ .memdump core db100.xml db1000.xml db10000.xml |