diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-09-14 14:12:19 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-09-14 14:12:19 (GMT) |
commit | 9bfc0f098474c841a40d27b9aa0be2fd085a6a53 (patch) | |
tree | 79cf81efd6e80002ce6983fa82dffbea00471349 /Makefile.pre.in | |
parent | 3d330add9e771748bb690b6a81a311067dc46823 (diff) | |
download | cpython-9bfc0f098474c841a40d27b9aa0be2fd085a6a53.zip cpython-9bfc0f098474c841a40d27b9aa0be2fd085a6a53.tar.gz cpython-9bfc0f098474c841a40d27b9aa0be2fd085a6a53.tar.bz2 |
Issue 9315: Added test/tracedmodules to LIBSUBDIRS
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d2bb685..6664ef1 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -870,6 +870,7 @@ XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/decimaltestdata test/xmltestdata \ + test/tracedmodules \ encodings \ email email/mime email/test email/test/data \ html json json/tests http dbm xmlrpc \ |