From: R David Murray Date: Fri, 17 Jun 2011 15:41:49 +0000 (-0400) Subject: #12313: update Makefile.pre.in to account for email tests moving to 'test' dir X-Git-Tag: v3.3.0a1~2103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92cafb85dd3143baa7016475b3895f5491fe451f;p=python #12313: update Makefile.pre.in to account for email tests moving to 'test' dir --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ff20360315..1a06d3ef75 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -916,7 +916,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/subprocessdata \ test/tracedmodules test/encoded_modules \ collections concurrent concurrent/futures encodings \ - email email/mime email/test email/test/data \ + email email/mime test/test_email test/test_email/data \ html json test/json_tests http dbm xmlrpc \ sqlite3 sqlite3/test \ logging csv wsgiref urllib \