summaryrefslogtreecommitdiff
path: root/tests/extensions
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-06 10:35:19 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-06 10:35:19 +0000
commitac6924c939da9b0655f372f168c39cc657e01423 (patch)
tree6445cde903fd7a7805ebdd78acd29da63dbbc118 /tests/extensions
parentf0cb070b695309bc9c33442b66165e1c5db7f883 (diff)
downloadlibxslt-ac6924c939da9b0655f372f168c39cc657e01423.tar.gz
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/extensions')
-rw-r--r--tests/extensions/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions/Makefile.am b/tests/extensions/Makefile.am
index 12ec7210..2710ee77 100644
--- a/tests/extensions/Makefile.am
+++ b/tests/extensions/Makefile.am
@@ -8,7 +8,7 @@ EXTRA_DIST = \
list.xml list.xsl list.out
-all: test
+all:
test tests: $(top_builddir)/xsltproc/xsltproc
@(echo > .memdump)