summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-11 04:09:53 -0700
committerGitHub <noreply@github.com>2019-09-11 04:09:53 -0700
commit7acb22e6e9061f85988c0c6c5ee25ebdf2950841 (patch)
tree056964fa37ef1538b165afcff78783c458f33b56 /Makefile.pre.in
parent4e914ab29f6d48a9fd045ea6a25dbf9e2fb603f9 (diff)
downloadcpython-git-7acb22e6e9061f85988c0c6c5ee25ebdf2950841.tar.gz
bpo-28494: install ziptestdata to fix install bot (GH-15902)
(cherry picked from commit c37447481ec8f6d0e49d0587ec0de3f9e7d56b28) Co-authored-by: Gregory P. Smith <greg@krypto.org>
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 b02f78412f..502317aa0c 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1372,6 +1372,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test/test_importlib/source \
test/test_importlib/zipdata01 \
test/test_importlib/zipdata02 \
+ test/ziptestdata \
asyncio \
test/test_asyncio \
collections concurrent concurrent/futures encodings \