summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aad6842..c747d13 100644
--- a/Makefile
+++ b/Makefile
@@ -41,11 +41,12 @@ lint:
python /Python25/Lib/tabnanny.py coverage scripts test setup.py
python checkeol.py
-testready: $(TEST_ZIP) devinst
+testready: testdata devinst
tests: testready
nosetests
+testdata: $(TEST_ZIP)
$(TEST_ZIP): test/covmodzip1.py
zip -j $@ $+