summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscoder <none@none>2006-06-06 09:19:51 +0200
committerscoder <none@none>2006-06-06 09:19:51 +0200
commit1a06da3d70e46be0e69ee9604fe7c6c1b09b9259 (patch)
tree5af5bc70dd14171cb62be72bd655a4aabb4653c6 /Makefile
parent2c283176e63737a923473c7c6504b80fd190d19e (diff)
downloadpython-lxml-1a06da3d70e46be0e69ee9604fe7c6c1b09b9259.tar.gz
[svn r1424] also run ET selftests on make test
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d75bd30b..a0825ad4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,8 @@ test_build: build
test_inplace: inplace
$(PYTHON) test.py $(TESTFLAGS) $(TESTOPTS)
+ PYTHONPATH=src $(PYTHON) selftest.py
+ PYTHONPATH=src $(PYTHON) selftest2.py
bench_inplace: inplace
$(PYTHON) bench.py -i