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
commita5e480a488b15b0fffe2eb3a600c7dfd7b44bf96 (patch)
treeee1233623147db14a14f0367f62c68aaf4fa1039 /Makefile
parent1fe704b46139f76f237a64aba2ffaf1f879123c2 (diff)
downloadpython-coveragepy-a5e480a488b15b0fffe2eb3a600c7dfd7b44bf96.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 b191810..ad6c0c1 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