diff options
| author | scoder <none@none> | 2006-06-06 09:19:51 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2006-06-06 09:19:51 +0200 |
| commit | 1a06da3d70e46be0e69ee9604fe7c6c1b09b9259 (patch) | |
| tree | 5af5bc70dd14171cb62be72bd655a4aabb4653c6 /Makefile | |
| parent | 2c283176e63737a923473c7c6504b80fd190d19e (diff) | |
| download | python-lxml-1a06da3d70e46be0e69ee9604fe7c6c1b09b9259.tar.gz | |
[svn r1424] also run ET selftests on make test
--HG--
branch : trunk
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
