diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 08:14:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 08:14:04 -0400 |
commit | ffc86c415c32d5d2b55da35bb9a16e82e7d8e133 (patch) | |
tree | 2d0ecfdb5fdb1cfe6a1add65424a1a092521978b | |
parent | fb5e77b1bafb59a7c4c00b4c68ef13cd28ed35f0 (diff) | |
download | python-coveragepy-ffc86c415c32d5d2b55da35bb9a16e82e7d8e133.tar.gz |
Make it more convenient to run tests outside of the makefile.
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |