diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-07-21 23:13:14 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-07-21 23:13:14 +0000 |
commit | 771e87bfed5666c8c261162fd5affbdd5006ac4e (patch) | |
tree | aeeaabf7a3ffa63c638d222605ac0940a2944b49 | |
parent | dd89705c8c03164006cc310d88a70be1ae2be10d (diff) | |
download | cpython-git-771e87bfed5666c8c261162fd5affbdd5006ac4e.tar.gz |
install unittest as a package
-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 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) |