diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-11-10 12:00:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 12:00:50 (GMT) |
commit | 65d6dc27156112ac6a9f722b7b62529c94e0344b (patch) | |
tree | 310874b6bcf8cae95ddb78a499c060502327675e /Makefile.pre.in | |
parent | baeb7718f8981319c5cb1fbdd46d162ded7964ea (diff) | |
download | cpython-65d6dc27156112ac6a9f722b7b62529c94e0344b.zip cpython-65d6dc27156112ac6a9f722b7b62529c94e0344b.tar.gz cpython-65d6dc27156112ac6a9f722b7b62529c94e0344b.tar.bz2 |
gh-108303: Install `Lib/test/configdata` (#111899)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 0629e77..a74cb7e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2184,6 +2184,7 @@ TESTSUBDIRS= idlelib/idle_test \ test/certdata/capath \ test/cjkencodings \ test/crashers \ + test/configdata \ test/data \ test/decimaltestdata \ test/dtracedata \ |