summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorEric V. Smith <eric@trueblade.com>2012-06-24 23:55:18 (GMT)
committerEric V. Smith <eric@trueblade.com>2012-06-24 23:55:18 (GMT)
commit714370fad11524158669a1307eed40f298eaf620 (patch)
treee9e6528bc263ba7165709ad28afabd26242257f0 /Makefile.pre.in
parent2895244653be4d01ffb510cfa2c12754af6423a9 (diff)
downloadcpython-714370fad11524158669a1307eed40f298eaf620.zip
cpython-714370fad11524158669a1307eed40f298eaf620.tar.gz
cpython-714370fad11524158669a1307eed40f298eaf620.tar.bz2
Give test directory a more reasonable name.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 916cb8e..bfa818b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -991,8 +991,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test/namespace_pkgs/project3 \
test/namespace_pkgs/project3/parent \
test/namespace_pkgs/project3/parent/child \
- test/namespace_pkgs/module_and_file \
- test/namespace_pkgs/module_and_file/a_test \
+ test/namespace_pkgs/module_and_namespace_package \
+ test/namespace_pkgs/module_and_namespace_package/a_test \
collections concurrent concurrent/futures encodings \
email email/mime test/test_email test/test_email/data \
html json test/json_tests http dbm xmlrpc \