diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-13 22:29:51 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-13 22:29:51 +0000 |
commit | ed0f60dea291f7ef39a33f5e815f8ba90a72a90d (patch) | |
tree | d18f15a11a1b1a73ac3d3075ee25ddccef274a0d /Makefile.am | |
parent | 26897de4a7dd80c7e121af1308e2bbe799afbfb7 (diff) | |
download | libxslt-ed0f60dea291f7ef39a33f5e815f8ba90a72a90d.tar.gz libxslt-ed0f60dea291f7ef39a33f5e815f8ba90a72a90d.tar.bz2 libxslt-ed0f60dea291f7ef39a33f5e815f8ba90a72a90d.zip |
More general work, added for-each:
- test/Makefile.am test/REC*/Makefile.am: added first test
- libxslt/pattern.c libxslt/transform.c libxslt/xslt.c:
cleanup of nodes at reading of stylesheet, added support
for xsl:for-each and fixed a few recursion bugs
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a34c42dd..09ee1097 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ xsltConf.sh: xsltConf.sh.in Makefile < $(srcdir)/xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh - +test: + @(cd tests ; make test) |