diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-23 14:00:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-23 14:00:42 +0000 |
commit | 583e78078754e2c77a72da0050d9176d150fbc7c (patch) | |
tree | 4cbc1400aa0ea497cea89b09876d4c37130c182f /tests/REC1 | |
parent | cad80ff875fc88fd14cba358d657554b420755c5 (diff) | |
download | libxslt-583e78078754e2c77a72da0050d9176d150fbc7c.tar.gz libxslt-583e78078754e2c77a72da0050d9176d150fbc7c.tar.bz2 libxslt-583e78078754e2c77a72da0050d9176d150fbc7c.zip |
Preparing for a not too distant alpha release:
- Makefile.am libxslt.spec.in tests/REC1/Makefile.am
tests/REC2/Makefile.am: updated the makefiles and spec files to
add tests, and the FEATURES file to the RPM
Daniel
Diffstat (limited to 'tests/REC1')
-rw-r--r-- | tests/REC1/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/REC1/Makefile.am b/tests/REC1/Makefile.am index 333629c0..e9cec72b 100644 --- a/tests/REC1/Makefile.am +++ b/tests/REC1/Makefile.am @@ -3,6 +3,10 @@ $(top_builddir)/libxslt/xsltproc: @(cd ../../libxslt ; make xsltproc) +EXTRA_DIST = doc.xsl doc.xml result.xml + +all: test + test tests: $(top_builddir)/libxslt/xsltproc @(rm -f .memdump ; touch .memdump) @($(top_builddir)/libxslt/xsltproc doc.xsl doc.xml > doc.res ; \ @@ -10,4 +14,3 @@ test tests: $(top_builddir)/libxslt/xsltproc grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ rm -f doc.res) - |