summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-05-28 05:34:33 (GMT)
committerNed Deily <nad@acm.org>2012-05-28 05:34:33 (GMT)
commit7e18f43ec8b163d1af99c7f9feea08185a567d01 (patch)
tree470a413c1a719a6827abde39a07dfc3bd6a678d7
parentc6aa93cf22a60f83f9c057dbde3f492d7010aa7a (diff)
downloadcpython-7e18f43ec8b163d1af99c7f9feea08185a567d01.zip
cpython-7e18f43ec8b163d1af99c7f9feea08185a567d01.tar.gz
cpython-7e18f43ec8b163d1af99c7f9feea08185a567d01.tar.bz2
Issue #14660: Install namespace_pkgs test directories and files.
-rw-r--r--Makefile.pre.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7b4b2ff..cac242f 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -974,6 +974,24 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test/cjkencodings test/decimaltestdata test/xmltestdata \
test/subprocessdata test/sndhdrdata \
test/tracedmodules test/encoded_modules \
+ test/namespace_pkgs \
+ test/namespace_pkgs/both_portions \
+ test/namespace_pkgs/both_portions/foo \
+ test/namespace_pkgs/not_a_namespace_pkg \
+ test/namespace_pkgs/not_a_namespace_pkg/foo \
+ test/namespace_pkgs/portion1 \
+ test/namespace_pkgs/portion1/foo \
+ test/namespace_pkgs/portion2 \
+ test/namespace_pkgs/portion2/foo \
+ test/namespace_pkgs/project1 \
+ test/namespace_pkgs/project1/parent \
+ test/namespace_pkgs/project1/parent/child \
+ test/namespace_pkgs/project2 \
+ test/namespace_pkgs/project2/parent \
+ test/namespace_pkgs/project2/parent/child \
+ test/namespace_pkgs/project3 \
+ test/namespace_pkgs/project3/parent \
+ test/namespace_pkgs/project3/parent/child \
collections concurrent concurrent/futures encodings \
email email/mime test/test_email test/test_email/data \
html json test/json_tests http dbm xmlrpc \