From: Ned Deily Date: Sat, 13 Dec 2014 10:05:15 +0000 (-0800) Subject: Issue #17636: Install new test directories. X-Git-Tag: v3.5.0a1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c562f670c4be1e42aec1363992c03f90222890a;p=python Issue #17636: Install new test directories. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 89d7e72e90..9870b2df01 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 \