From: Benjamin Peterson Date: Thu, 18 Mar 2010 21:32:38 +0000 (+0000) Subject: install tkinter and ttk tests X-Git-Tag: v2.7b1~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=decd14b5db37fed0ab92f16d5374537d0e72c9c4;p=python install tkinter and ttk tests --- diff --git a/Makefile.pre.in b/Makefile.pre.in index bea163debd..1561841dba 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -832,7 +832,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ 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 \