From 91ddf99e0d892517910acbab2c5edf147d1c2baa Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 12 Jun 2009 20:49:02 -0400 Subject: Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9cbdb1a3..e1d04bc5 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 \ -- cgit v1.2.1