diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-09-14 14:24:58 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-09-14 14:24:58 (GMT) |
commit | 7a84877de1bde4ae8c5ab81fd296a2d9a6f164dc (patch) | |
tree | 7843ce4d6db525f4fd4692bd92527c57046be05d /Makefile.pre.in | |
parent | c2e76259117944c983153035f7b3c7151920debd (diff) | |
download | cpython-7a84877de1bde4ae8c5ab81fd296a2d9a6f164dc.zip cpython-7a84877de1bde4ae8c5ab81fd296a2d9a6f164dc.tar.gz cpython-7a84877de1bde4ae8c5ab81fd296a2d9a6f164dc.tar.bz2 |
Merged revisions 84803 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84803 | alexander.belopolsky | 2010-09-14 10:12:19 -0400 (Tue, 14 Sep 2010) | 1 line
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 e878a2c..2a2bfd5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -850,6 +850,7 @@ PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages 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 \ + test/tracedmodules \ encodings compiler hotshot \ email email/mime email/test email/test/data \ json json/tests \ |