summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-03-22 20:34:11 (GMT)
committerNed Deily <nad@acm.org>2012-03-22 20:34:11 (GMT)
commite8b416e754de1299982c030fb342e21bff0e1b31 (patch)
treeee3a19cd08d364455b84561d1db1f67056b05f9c /Makefile.pre.in
parenteee50b07b1aa369c340ed3d64f201620c0e5f687 (diff)
downloadcpython-e8b416e754de1299982c030fb342e21bff0e1b31.zip
cpython-e8b416e754de1299982c030fb342e21bff0e1b31.tar.gz
cpython-e8b416e754de1299982c030fb342e21bff0e1b31.tar.bz2
Issue #14382: Ensure new unittest.test.testmock is installed.
(Original patch by Vinay Sajip)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1321162..9c75e3b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1019,7 +1019,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
packaging/tests/pypiserver/with_real_externals/simple/foobar \
turtledemo \
multiprocessing multiprocessing/dummy \
- unittest unittest/test \
+ unittest unittest/test unittest/test/testmock \
curses pydoc_data $(MACHDEPS)
libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
@for i in $(SCRIPTDIR) $(LIBDEST); \