diff options
author | Ned Deily <nad@acm.org> | 2014-12-13 10:05:15 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-12-13 10:05:15 (GMT) |
commit | 7c562f670c4be1e42aec1363992c03f90222890a (patch) | |
tree | 4e7b3e788f654e118d8ff3e6a76eaf5107b72237 /Makefile.pre.in | |
parent | a4158a0408d816d692ea288c27344274f00895c7 (diff) | |
download | cpython-7c562f670c4be1e42aec1363992c03f90222890a.zip cpython-7c562f670c4be1e42aec1363992c03f90222890a.tar.gz cpython-7c562f670c4be1e42aec1363992c03f90222890a.tar.bz2 |
Issue #17636: Install new test directories.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 89d7e72..9870b2d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1146,6 +1146,10 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/imghdrdata \ test/subprocessdata test/sndhdrdata test/support \ test/tracedmodules test/encoded_modules \ + test/test_import \ + test/test_import/data \ + test/test_import/data/circular_imports \ + test/test_import/data/circular_imports/subpkg \ test/test_importlib/namespace_pkgs \ test/test_importlib/namespace_pkgs/both_portions \ test/test_importlib/namespace_pkgs/both_portions/foo \ |