summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-28 18:24:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-28 18:24:40 -0400
commit8b2364acc9025c8931d9a61b94be2268353deb12 (patch)
tree6464527427f694d2501392ddac722d94d70406f6 /Makefile
parent9587cb624baae9852593a26b0ff5beaf73ad24d9 (diff)
downloadpython-coveragepy-git-8b2364acc9025c8931d9a61b94be2268353deb12.tar.gz
Split out the cmdline.py tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b191810d..ad6c0c11 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,13 @@ 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 test/test_templite.py
+LINTABLE_TESTS = \
+ test/coveragetest.py \
+ test/test_cmdline.py \
+ test/test_data.py \
+ test/test_execfile.py \
+ test/test_farm.py \
+ test/test_templite.py
lint: clean
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage