[Python-checkins] r79466 - in python/branches/py3k: Makefile.pre.in

michael.foord python-checkins at python.org
Sat Mar 27 14:28:27 CET 2010


Author: michael.foord
Date: Sat Mar 27 14:28:27 2010
New Revision: 79466

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Sat Mar 27 14:28:27 2010
@@ -852,7 +852,7 @@
 		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); \


More information about the Python-checkins mailing list