summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-08-30 02:12:27 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-08-30 02:12:27 -0500
commitde354bc7fc6db85bd5cbcad679d4dffeebd92aaa (patch)
tree2d78395b6f588fea508a15b07ab7067ad0b7c131 /Makefile.pre.in
parent19e5064e2451f0a445aa4fa5d8c2c24d70b13b5a (diff)
downloadcpython-git-de354bc7fc6db85bd5cbcad679d4dffeebd92aaa.tar.gz
Include test/test_warnings/data as well
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 9211032cb8..c9aa13a7a0 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1221,7 +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 \
+ test/test_tools test/test_warnings test/test_warnings/data \
turtledemo \
multiprocessing multiprocessing/dummy \
unittest unittest/test unittest/test/testmock \