1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2026-01-07 21:58:22 +03:00

continued interrupt commit for enhanced "make tests"

This commit is contained in:
William M. Brack
2004-03-06 15:11:50 +00:00
parent f11fd0945c
commit efe7443c2b
24 changed files with 993 additions and 443 deletions

View File

@@ -35,6 +35,7 @@ valgrind:
$(MAKE) CHECKER='valgrind -q' tests
test tests: $(top_builddir)/xsltproc/xsltproc
@echo '## Running multiple tests'
@(echo > .memdump)
@($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/dict.xsl $(srcdir)/dict.xml > dict.res ; \
diff $(srcdir)/result.xml dict.res; \