diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-06-17 15:41:49 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-06-17 15:41:49 (GMT) |
commit | 92cafb85dd3143baa7016475b3895f5491fe451f (patch) | |
tree | c83087c500b8003a6e76f820b54df415ace32c0a /Makefile.pre.in | |
parent | 6ee7a57b3830fdaf53870111948f6ecd806ab239 (diff) | |
download | cpython-92cafb85dd3143baa7016475b3895f5491fe451f.zip cpython-92cafb85dd3143baa7016475b3895f5491fe451f.tar.gz cpython-92cafb85dd3143baa7016475b3895f5491fe451f.tar.bz2 |
#12313: update Makefile.pre.in to account for email tests moving to 'test' dir
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index ff20360..1a06d3e 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 \ |