summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-04 19:52:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-04 19:52:48 -0400
commit80132a0b9faad6de95828bb85e23271506aa3a4f (patch)
tree4c5a009dd2b7b9cfcbb6b801aac52d39b4a26d48 /Makefile
parent998879621fe7195580ddcf5262170b80843d8cc8 (diff)
downloadpython-coveragepy-git-80132a0b9faad6de95828bb85e23271506aa3a4f.tar.gz
Split api tests into their own file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 736835e8..12356e64 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ clean:
LINTABLE_TESTS = \
test/coveragetest.py \
+ test/test_api.py \
test/test_cmdline.py \
test/test_data.py \
test/test_execfile.py \