Makefile
changeset 2207 8a2a7f7d9df6
parent 1426 e84c69b43cdb
child 2233 3840cefa5222
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,10 @@ dist:	tests doc
 	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