summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2df901e4..7b35892f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,9 @@ lint: clean
python /Python25/Lib/tabnanny.py coverage
python checkeol.py
-tests: $(TEST_ZIP) devinst
+testready: $(TEST_ZIP) devinst
+
+tests: testready
nosetests
$(TEST_ZIP): test/covmodzip1.py