diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-10 12:23:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 12:23:57 (GMT) |
commit | 7b8445109d7dd8b319f5239ca013e83938579b4c (patch) | |
tree | 13242a6f74cc167f443c14e5c7f864873580158b /Makefile.pre.in | |
parent | ecc8df2ee0f32de542df8ea26d0c0533c98ba677 (diff) | |
download | cpython-7b8445109d7dd8b319f5239ca013e83938579b4c.zip cpython-7b8445109d7dd8b319f5239ca013e83938579b4c.tar.gz cpython-7b8445109d7dd8b319f5239ca013e83938579b4c.tar.bz2 |
[3.11] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111945)
gh-108303: Install `Lib/test/configdata` (GH-111899)
(cherry picked from commit 65d6dc27156112ac6a9f722b7b62529c94e0344b)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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 ada866d..21aecd4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1951,6 +1951,7 @@ TESTSUBDIRS= ctypes/test \ test/certdata/capath \ test/cjkencodings \ test/crashers \ + test/configdata \ test/data \ test/decimaltestdata \ test/dtracedata \ |