summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-18 11:55:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-18 11:55:42 -0400
commit8d3aa1ad29bd4d82981723d1b12eb7d7791cba3e (patch)
tree7a535aa994abd7652eec701826a044696b5c55ff /Makefile
parentca7835307e10412cd8530dafa1cbfea199ab98bd (diff)
downloadpython-coveragepy-8d3aa1ad29bd4d82981723d1b12eb7d7791cba3e.tar.gz
Commonalize more of the test case code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ac93566..2df901e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,11 +20,11 @@ clean:
-rm -f $(TEST_ZIP)
-rm -f setuptools-*.egg
+LINTABLE_TESTS = test/test_data.py test/test_execfile.py test/test_farm.py test/coveragetest.py
+
lint: clean
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/coveragetest.py
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE_TESTS)
python /Python25/Lib/tabnanny.py coverage
python checkeol.py