summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-19 08:14:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-19 08:14:04 -0400
commitffc86c415c32d5d2b55da35bb9a16e82e7d8e133 (patch)
tree2d0ecfdb5fdb1cfe6a1add65424a1a092521978b
parentfb5e77b1bafb59a7c4c00b4c68ef13cd28ed35f0 (diff)
downloadpython-coveragepy-ffc86c415c32d5d2b55da35bb9a16e82e7d8e133.tar.gz
Make it more convenient to run tests outside of the makefile.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2df901e..7b35892 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