summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-07-27 12:24:36 +0300
committerGitHub <noreply@github.com>2017-07-27 12:24:36 +0300
commitd5ed47dea25e04a3a144eddf99a4ac4a29242dbc (patch)
tree5ed7aa5b602a17797ceb5ea710c94fb7fe064df5 /Makefile.pre.in
parentfd46561167af6cd697191dd7ebb8c2fef5ad6493 (diff)
downloadcpython-git-d5ed47dea25e04a3a144eddf99a4ac4a29242dbc.tar.gz
bpo-30814, bpo-30876: Add new import test files to projects. (#2851)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5602c16546..9893491657 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1204,6 +1204,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test/test_import/data \
test/test_import/data/circular_imports \
test/test_import/data/circular_imports/subpkg \
+ test/test_import/data/package \
+ test/test_import/data/package2 \
test/test_importlib/namespace_pkgs \
test/test_importlib/namespace_pkgs/both_portions \
test/test_importlib/namespace_pkgs/both_portions/foo \