[Python-checkins] r79056 - python/trunk/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Thu Mar 18 22:32:38 CET 2010


Author: benjamin.peterson
Date: Thu Mar 18 22:32:38 2010
New Revision: 79056

Log:
install tkinter and ttk tests

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Thu Mar 18 22:32:38 2010
@@ -832,7 +832,8 @@
 	plat-mac/lib-scriptpackages/SystemEvents \
 	plat-mac/lib-scriptpackages/Terminal 
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
-LIBSUBDIRS=	lib-tk site-packages test test/data \
+LIBSUBDIRS=	lib-tk lib-tk/test lib-tk/test/test_tkinter \
+                lib-tk/test/test_ttk site-packages test test/data \
 		test/decimaltestdata test/xmltestdata \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \


More information about the Python-checkins mailing list