summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-08-30 00:28:40 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-08-30 00:28:40 -0500
commit98b473d66fd548dca51a79e5f4e5ce3e25a76106 (patch)
tree3ad01d66a4e64a06de46d8ac5906f8dc032a4e41 /Makefile.pre.in
parent5f0778fd3c9e763fa656259c49b69221f76f99aa (diff)
downloadcpython-98b473d66fd548dca51a79e5f4e5ce3e25a76106.tar.gz
Include test_tools and test_warnings in install
test_tools is pretty much useless unless somebody copies the scripts it tests into the proper location, but we might as well install it anyway to make sure it skips properly. test_warnings just didn't get included when it was turned into a package in 94966dfd3bd3.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f0ddddbbd8..9211032cb8 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1221,6 +1221,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
importlib test/test_importlib test/test_importlib/builtin \
test/test_importlib/extension test/test_importlib/frozen \
test/test_importlib/import_ test/test_importlib/source \
+ test/test_tools test/test_warnings \
turtledemo \
multiprocessing multiprocessing/dummy \
unittest unittest/test unittest/test/testmock \