diff options
Diffstat (limited to 'tests/REC1/Makefile.am')
-rw-r--r-- | tests/REC1/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/REC1/Makefile.am b/tests/REC1/Makefile.am index 0688daa3..cd34f296 100644 --- a/tests/REC1/Makefile.am +++ b/tests/REC1/Makefile.am @@ -9,7 +9,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 # No special stuff here, just a single test that either works or doesn't! test tests: $(top_builddir)/xsltproc/xsltproc |