diff options
Diffstat (limited to 'tests/reports/Makefile.am')
-rw-r--r-- | tests/reports/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reports/Makefile.am b/tests/reports/Makefile.am index af413f08..a017afd0 100644 --- a/tests/reports/Makefile.am +++ b/tests/reports/Makefile.am @@ -15,7 +15,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 reports tests' |