diff options
author | Ned Deily <nad@acm.org> | 2012-03-22 20:34:11 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-03-22 20:34:11 (GMT) |
commit | e8b416e754de1299982c030fb342e21bff0e1b31 (patch) | |
tree | ee3a19cd08d364455b84561d1db1f67056b05f9c /Makefile.pre.in | |
parent | eee50b07b1aa369c340ed3d64f201620c0e5f687 (diff) | |
download | cpython-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.in | 2 |
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); \ |