diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-07-27 10:15:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 10:15:59 (GMT) |
commit | 95b16a9705d6b4d31c016c014e59744fc33d53ea (patch) | |
tree | 76eefd13a083e1c8f80158627786e457c4bbb721 /Makefile.pre.in | |
parent | 0c4c65104c951c70f3a2a2fd1a45bdf6540f3a8e (diff) | |
download | cpython-95b16a9705d6b4d31c016c014e59744fc33d53ea.zip cpython-95b16a9705d6b4d31c016c014e59744fc33d53ea.tar.gz cpython-95b16a9705d6b4d31c016c014e59744fc33d53ea.tar.bz2 |
[3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851). (#2912)
(cherry picked from commit d5ed47dea25e04a3a144eddf99a4ac4a29242dbc)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 82e8307..93a2bab 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1206,6 +1206,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 \ |