summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-12 20:49:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-12 20:49:02 -0400
commit569ed043579f08a7f6faf3b3770401c541cc0fc9 (patch)
tree458f3318e09057d113c1d4207b9c2eff1b99a987 /Makefile
parent1195e160e60c7a30e19ce4fa0f2090e82eaacd68 (diff)
downloadpython-coveragepy-569ed043579f08a7f6faf3b3770401c541cc0fc9.tar.gz
Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9cbdb1a..e1d04bc 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ LINTABLE_TESTS = \
test/coveragetest.py \
test/test_api.py \
test/test_cmdline.py \
+ test/test_codeunit.py \
test/test_data.py \
test/test_execfile.py \
test/test_farm.py \