diff options
Diffstat (limited to 'tests/xmlspec/Makefile.am')
-rw-r--r-- | tests/xmlspec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xmlspec/Makefile.am b/tests/xmlspec/Makefile.am index 123d02e4..9770058c 100644 --- a/tests/xmlspec/Makefile.am +++ b/tests/xmlspec/Makefile.am @@ -11,7 +11,7 @@ CLEANFILES = .memdump debug 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 xmlspec tests' |