changeset 2207 | 8a2a7f7d9df6 |
parent 1426 | e84c69b43cdb |
child 2233 | 3840cefa5222 |
--- a/Makefile Thu May 04 15:42:14 2006 -0700 +++ b/Makefile Thu May 04 15:47:18 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