aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-09-06 12:55:41 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-09-06 12:55:41 +0000
commit2cdd2f3a828d819d63fac949abd67d94d2e36b97 (patch)
treeeb50c7e9d87e3f4892fd7c5bb3af2306c78d6376 /Makefile.am
parent68763173d19e31dfccc92d152f494fc51fa3a620 (diff)
downloadandroid_external_libxml2-2cdd2f3a828d819d63fac949abd67d94d2e36b97.tar.gz
android_external_libxml2-2cdd2f3a828d819d63fac949abd67d94d2e36b97.tar.bz2
android_external_libxml2-2cdd2f3a828d819d63fac949abd67d94d2e36b97.zip
more cleanup in integrating the xstc testsuite Daniel
* xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am: more cleanup in integrating the xstc testsuite Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e6fdd02..594209cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,7 +126,7 @@ tests: XMLtests XMLenttests NStests IDtests Errtests @READER_TEST@ @TEST_SAX@ @T
@(if [ "@PYTHON_SUBDIR@" != "" ] ; then cd python ; \
$(MAKE) MAKEFLAGS+=--silent tests ; fi)
@(cd doc/examples ; $(MAKE) MAKEFLAGS+=--silent tests)
- @(cd xstc ; $(MAKE) MAKEFLAGS+=--silent tests)
+ @(if [ -x $(PYTHON) ] ; then cd xstc ; $(MAKE) MAKEFLAGS+=--silent pytests ; fi)
valgrind:
@echo '## Running the regression tests under Valgrind'