diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-03-27 13:28:27 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-03-27 13:28:27 (GMT) |
commit | e65d8487bcf5da10f07e70cd095874ec708cd53c (patch) | |
tree | 5222981cca8e85f5f6fd9eb4c1e473088a97efa5 /Makefile.pre.in | |
parent | 65b69a1093921c61cca263c07027794e5ee7e667 (diff) | |
download | cpython-e65d8487bcf5da10f07e70cd095874ec708cd53c.zip cpython-e65d8487bcf5da10f07e70cd095874ec708cd53c.tar.gz cpython-e65d8487bcf5da10f07e70cd095874ec708cd53c.tar.bz2 |
Merged revisions 79442 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79442 | michael.foord | 2010-03-26 13:07:38 +0000 (Fri, 26 Mar 2010) | 1 line
Makefile.pre.in for the unittest/test directory
........
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 380f914..e20946c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -852,7 +852,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ importlib/test/import_ importlib/test/source \ setuptools setuptools/command setuptools/tests setuptools.egg-info \ multiprocessing multiprocessing/dummy \ - unittest \ + unittest unittest/test \ curses pydoc_data $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ |