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

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


http://hg.python.org/cpython/rev/865bab7387f2
changeset:   86374:865bab7387f2
branch:      3.3
parent:      86371:2850fc02f324
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Oct 14 21:18:50 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
@@ -1010,6 +1010,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