diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-03-06 15:11:50 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-03-06 15:11:50 +0000 |
commit | efe7443c2b073c7d9f43b559dbcab9f1a93cf8dc (patch) | |
tree | b6e927099b9eefd3e5dae187e0ee5378af24d6f7 /tests/REC2 | |
parent | f11fd0945cbbead3b0e1a2c16c295ce2bdcecc73 (diff) | |
download | libxslt-efe7443c2b073c7d9f43b559dbcab9f1a93cf8dc.tar.gz libxslt-efe7443c2b073c7d9f43b559dbcab9f1a93cf8dc.tar.bz2 libxslt-efe7443c2b073c7d9f43b559dbcab9f1a93cf8dc.zip |
continued interrupt commit for enhanced "make tests"
Diffstat (limited to 'tests/REC2')
-rw-r--r-- | tests/REC2/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/REC2/Makefile.am b/tests/REC2/Makefile.am index 185aacde..06c679bd 100644 --- a/tests/REC2/Makefile.am +++ b/tests/REC2/Makefile.am @@ -11,7 +11,9 @@ valgrind: @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests +# Just 3 specific files tested, they either work or don't! test tests: $(top_builddir)/xsltproc/xsltproc + @echo '## Running REC2 tests' @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/vrml.xsl $(srcdir)/data.xml > vrml.res ; \ diff $(srcdir)/vrml.xml vrml.res ; \ |