[Python-checkins] cpython (merge 3.3 -> default): Issue #18919: Add test/audiodata to LIBSUBDIRS.

serhiy.storchaka python-checkins at python.org
Mon Oct 14 20:19:59 CEST 2013


http://hg.python.org/cpython/rev/4d5143ff58ea
changeset:   86375:4d5143ff58ea
parent:      86372:835c6ea487b1
parent:      86374:865bab7387f2
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Oct 14 21:19:24 2013 +0300
summary:
  Issue #18919: Add test/audiodata to LIBSUBDIRS.

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
@@ -1060,6 +1060,7 @@
 XMLLIBSUBDIRS=  xml xml/dom xml/etree xml/parsers xml/sax
 LIBSUBDIRS=	tkinter tkinter/test tkinter/test/test_tkinter \
 		tkinter/test/test_ttk site-packages test \
+		test/audiodata \
 		test/capath test/data \
 		test/cjkencodings test/decimaltestdata test/xmltestdata \
 		test/subprocessdata test/sndhdrdata test/support \

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


More information about the Python-checkins mailing list