diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-06 10:35:19 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-06 10:35:19 +0000 |
commit | ac6924c939da9b0655f372f168c39cc657e01423 (patch) | |
tree | 6445cde903fd7a7805ebdd78acd29da63dbbc118 /tests/REC1 | |
parent | f0cb070b695309bc9c33442b66165e1c5db7f883 (diff) | |
download | libxslt-ac6924c939da9b0655f372f168c39cc657e01423.tar.gz libxslt-ac6924c939da9b0655f372f168c39cc657e01423.tar.bz2 libxslt-ac6924c939da9b0655f372f168c39cc657e01423.zip |
refactored make tests, make all now don't run the test suite added tests
* Makefile.am configure.in tests/Makefile.am tests/*/Makefile.am
tests/*/*/Makefile.am: refactored make tests, make all now don't
run the test suite
* python/Makefile.am: added tests
* python/tests/basic.py python/tests/Makefile.am: added the first
basic test, memory debug included
Daniel
Diffstat (limited to 'tests/REC1')
-rw-r--r-- | tests/REC1/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/REC1/Makefile.am b/tests/REC1/Makefile.am index cb287f00..7ccac9fe 100644 --- a/tests/REC1/Makefile.am +++ b/tests/REC1/Makefile.am @@ -5,7 +5,7 @@ $(top_builddir)/xsltproc/xsltproc: EXTRA_DIST = doc.xsl doc.xml doc.dtd result.xml -all: test +all: test tests: $(top_builddir)/xsltproc/xsltproc @(echo > .memdump) |