summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-21 23:13:14 +0000
committerBenjamin Peterson <benjamin@python.org>2009-07-21 23:13:14 +0000
commit771e87bfed5666c8c261162fd5affbdd5006ac4e (patch)
treeaeeaabf7a3ffa63c638d222605ac0940a2944b49
parentdd89705c8c03164006cc310d88a70be1ae2be10d (diff)
downloadcpython-git-771e87bfed5666c8c261162fd5affbdd5006ac4e.tar.gz
install unittest as a package
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 42837f6f47..3b31f4c282 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -838,6 +838,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
multiprocessing multiprocessing/dummy \
+ unittest \
lib-old \
curses pydoc_data $(MACHDEPS)
libinstall: build_all $(srcdir)/Lib/$(PLATDIR)