diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-19 16:06:21 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-19 16:06:21 +0000 |
commit | 0643448255e9918a7bf81dc8577b0f8225a4e047 (patch) | |
tree | 64b9e104620c7bbcca8b9f3bd87b40a806a414c3 /tests/documents | |
parent | 73d09e27489b1b2b9f16d45002cfc5fe3f137901 (diff) | |
download | libxslt-0643448255e9918a7bf81dc8577b0f8225a4e047.tar.gz libxslt-0643448255e9918a7bf81dc8577b0f8225a4e047.tar.bz2 libxslt-0643448255e9918a7bf81dc8577b0f8225a4e047.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:
Seems some of the changes I made for 0.9.0 Makefiles were
not commited ...
Daniel
Diffstat (limited to 'tests/documents')
-rw-r--r-- | tests/documents/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/documents/Makefile.am b/tests/documents/Makefile.am index 85ecf2b8..ffe5e2c3 100644 --- a/tests/documents/Makefile.am +++ b/tests/documents/Makefile.am @@ -11,9 +11,9 @@ EXTRA_DIST = bredfort.css index.xml system.xml \ all: test test tests: $(top_builddir)/libxslt/xsltproc - @(rm -f .memdump ; touch .memdump) - @($(top_builddir)/libxslt/xsltproc bredfort.xsl index.xml > result ; \ - diff result.xhtml result ; \ + @(echo > .memdump) + @($(top_builddir)/libxslt/xsltproc $(srcdir)/bredfort.xsl $(srcdir)/index.xml > result ; \ + diff $(srcdir)/result.xhtml result ; \ grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ rm -f result) |