changeset 2219 | ec82cff7d2c4 |
parent 2207 | 8a2a7f7d9df6 |
child 2233 | 3840cefa5222 |
--- a/Makefile Wed May 03 14:56:07 2006 -0700 +++ b/Makefile Mon May 08 08:04:46 2006 -0700 @@ -16,10 +16,10 @@ TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest tests: - cd tests && ./run-tests + cd tests && $(PYTHON) run-tests.py test-%: - cd tests && ./run-tests $@ + cd tests && $(PYTHON) run-tests.py $@ doc: $(MAKE) -C doc