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
commit28e315142794df541822d84ebde90c592b93f15d (patch)
tree2bcba2e7cc1b4782a4b596bf9cfdb7e68399e5e6 /Makefile
parent3a9da152eef647f28d1c12f62b982a7f473a0270 (diff)
downloadpython-coveragepy-git-28e315142794df541822d84ebde90c592b93f15d.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 ac935664..2df901e4 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