[Python-checkins] cpython: Issue #23285: Install new test directory.

ned.deily python-checkins at python.org
Sun Feb 8 05:49:27 CET 2015


https://hg.python.org/cpython/rev/000bbdf0ea76
changeset:   94555:000bbdf0ea76
user:        Ned Deily <nad at acm.org>
date:        Sun Feb 08 15:48:40 2015 +1100
summary:
  Issue #23285: Install new test directory.

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


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1143,6 +1143,7 @@
 		test/audiodata \
 		test/capath test/data \
 		test/cjkencodings test/decimaltestdata test/xmltestdata \
+		test/eintrdata \
 		test/imghdrdata \
 		test/subprocessdata test/sndhdrdata test/support \
 		test/tracedmodules test/encoded_modules \

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


More information about the Python-checkins mailing list