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

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


http://hg.python.org/cpython/rev/de1f62a55648
changeset:   86373:de1f62a55648
branch:      2.7
parent:      86370:fd7752db1e54
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Oct 14 21:18:29 2013 +0300
summary:
  Issue #18919: Add test/audiodata to LIBSUBDIRS.

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


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -924,7 +924,7 @@
 	plat-mac/lib-scriptpackages/Terminal
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
 LIBSUBDIRS=	lib-tk lib-tk/test lib-tk/test/test_tkinter \
-		lib-tk/test/test_ttk site-packages test test/data \
+		lib-tk/test/test_ttk site-packages test test/audiodata test/data \
 		test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
 		test/tracedmodules \
 		encodings compiler hotshot \

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


More information about the Python-checkins mailing list