diff Makefile @ 2207:8a2a7f7d9df6

Delete the shell version of run-tests Use the python version instead
author Stephen Darnell <stephen@darnell.plus.com>
date Thu, 04 May 2006 15:47:18 -0700
parents e84c69b43cdb
children 3840cefa5222
line wrap: on
line diff
--- 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