summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-11-10 12:32:21 (GMT)
committerGitHub <noreply@github.com>2023-11-10 12:32:21 (GMT)
commit881c9eb962608da8deb4d48fe1642f714ce00b91 (patch)
tree76645d474ccc8f4eeb3e56e43e2ee999adf671b8
parent5f42a2bc4017f2ed023f9cf19fdbffabd57527f5 (diff)
downloadcpython-881c9eb962608da8deb4d48fe1642f714ce00b91.zip
cpython-881c9eb962608da8deb4d48fe1642f714ce00b91.tar.gz
cpython-881c9eb962608da8deb4d48fe1642f714ce00b91.tar.bz2
[3.12] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111946)
gh-108303: Install `Lib/test/configdata` (GH-111899) (cherry picked from commit 65d6dc27156112ac6a9f722b7b62529c94e0344b) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0cb9db7..812bc93 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2121,6 +2121,7 @@ TESTSUBDIRS= idlelib/idle_test \
test/certdata/capath \
test/cjkencodings \
test/crashers \
+ test/configdata \
test/data \
test/decimaltestdata \
test/dtracedata \