changeset: 90192:99265d30fa38 branch: 3.4 parent: 90190:01f1e14cad23 user: Ned Deily date: Tue Apr 08 18:54:49 2014 -0700 files: Makefile.pre.in description: Issue #21097: Update Makefile with changed install locations of test directories. diff -r 01f1e14cad23 -r 99265d30fa38 Makefile.pre.in --- a/Makefile.pre.in Mon Apr 07 12:10:21 2014 -0700 +++ b/Makefile.pre.in Tue Apr 08 18:54:49 2014 -0700 @@ -1119,26 +1119,26 @@ test/imghdrdata \ test/subprocessdata test/sndhdrdata test/support \ 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 \ - test/namespace_pkgs/module_and_namespace_package \ - test/namespace_pkgs/module_and_namespace_package/a_test \ + test/test_importlib/namespace_pkgs \ + test/test_importlib/namespace_pkgs/both_portions \ + test/test_importlib/namespace_pkgs/both_portions/foo \ + test/test_importlib/namespace_pkgs/not_a_namespace_pkg \ + test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo \ + test/test_importlib/namespace_pkgs/portion1 \ + test/test_importlib/namespace_pkgs/portion1/foo \ + test/test_importlib/namespace_pkgs/portion2 \ + test/test_importlib/namespace_pkgs/portion2/foo \ + test/test_importlib/namespace_pkgs/project1 \ + test/test_importlib/namespace_pkgs/project1/parent \ + test/test_importlib/namespace_pkgs/project1/parent/child \ + test/test_importlib/namespace_pkgs/project2 \ + test/test_importlib/namespace_pkgs/project2/parent \ + test/test_importlib/namespace_pkgs/project2/parent/child \ + test/test_importlib/namespace_pkgs/project3 \ + test/test_importlib/namespace_pkgs/project3/parent \ + test/test_importlib/namespace_pkgs/project3/parent/child \ + test/test_importlib/namespace_pkgs/module_and_namespace_package \ + test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \ asyncio \ test/test_asyncio \ collections concurrent concurrent/futures encodings \