[Python-checkins] cpython (3.2): Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.

vinay.sajip python-checkins at python.org
Tue Apr 10 19:44:56 CEST 2012


http://hg.python.org/cpython/rev/b2242224fb7f
changeset:   76211:b2242224fb7f
branch:      3.2
parent:      76204:bbc4758bc908
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Apr 10 18:41:48 2012 +0100
summary:
  Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.

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


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -917,7 +917,8 @@
 LIBSUBDIRS=	tkinter tkinter/test tkinter/test/test_tkinter \
 		tkinter/test/test_ttk site-packages test \
 		test/capath test/data \
-		test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
+		test/cjkencodings test/decimaltestdata test/xmltestdata \
+		test/subprocessdata test/sndhdrdata \
 		test/tracedmodules test/encoded_modules \
 		concurrent concurrent/futures encodings \
 		email email/mime email/test email/test/data \

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


More information about the Python-checkins mailing list