diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-20 18:57:32 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-20 18:57:32 +0000 |
commit | d4ab0d4a43bd547ce984e5408acfb40d93d1458d (patch) | |
tree | da0c345a991b49ff4da6b90682583f7b0c0058cd /tests/multiple | |
parent | 43f6596668257a8e57fd14657c4bd2a04ffb03ec (diff) | |
download | libxslt-d4ab0d4a43bd547ce984e5408acfb40d93d1458d.tar.gz libxslt-d4ab0d4a43bd547ce984e5408acfb40d93d1458d.tar.bz2 libxslt-d4ab0d4a43bd547ce984e5408acfb40d93d1458d.zip |
- tests/documents/Makefile.am tests/general/Makefile.am
tests/multiple/Makefile.am tests/namespaces/Makefile.am
tests/numbers/Makefile.am tests/xmlspec/Makefile.am
tests/REC/Makefile.am tests/REC1/Makefile.am tests/REC2/Makefile.am
tests/XSLTMark/Makefile.am tests/docbook/Makefile.am
configure.in: Makefiles cleanup from Joe Orton
Daniel
Diffstat (limited to 'tests/multiple')
-rw-r--r-- | tests/multiple/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/multiple/Makefile.am b/tests/multiple/Makefile.am index ebe1c738..bd7437f0 100644 --- a/tests/multiple/Makefile.am +++ b/tests/multiple/Makefile.am @@ -23,11 +23,11 @@ all: test test tests: $(top_builddir)/libxslt/xsltproc @(echo > .memdump) @($(top_builddir)/libxslt/xsltproc $(srcdir)/dict.xsl $(srcdir)/dict.xml > dict.res ; \ - diff $(srcdir)/result.xml dict.res ; \ + diff $(srcdir)/result.xml dict.res; \ for i in $(srcdir)/out/letter*.orig ; do \ - diff $$i $(srcdir)/out/`basename $$i .orig`.html ; done ; \ - diff $(srcdir)/out/titlepage.orig $(srcdir)/out/titlepage.html ; \ - grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ + diff $$i $(srcdir)/out/`basename $$i .orig`.html; done ; \ + diff $(srcdir)/out/titlepage.orig $(srcdir)/out/titlepage.html; \ + grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true;\ rm -f dict.res) |