From a5e480a488b15b0fffe2eb3a600c7dfd7b44bf96 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 28 Apr 2009 18:24:40 -0400 Subject: Split out the cmdline.py tests. --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1