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
commit70c4da0edcaef942f99398aa6271215fc4a6df3e (patch)
tree62f1b5e194b002083dc19b3335abb5b87652a763 /Makefile
parentc1ffa6ed23800f528af8db045f710bf8c1135c22 (diff)
downloadpython-coveragepy-70c4da0edcaef942f99398aa6271215fc4a6df3e.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 736835e..12356e6 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 \