[Python-checkins] cpython: Issue #17636: Install new test directories.

ned.deily python-checkins at python.org
Sat Dec 13 11:05:41 CET 2014


https://hg.python.org/cpython/rev/3a35638bce66
changeset:   93868:3a35638bce66
parent:      93866:1c249d0cab5d
user:        Ned Deily <nad at acm.org>
date:        Sat Dec 13 02:05:15 2014 -0800
summary:
  Issue #17636: Install new test directories.

files:
  Makefile.pre.in |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1146,6 +1146,10 @@
 		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 \

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list