From a24429c6f009352967350461afbe7135881a54d8 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 10 Nov 2023 15:00:50 +0300 Subject: [PATCH] gh-108303: Install `Lib/test/configdata` (GH-111899) (cherry picked from commit 65d6dc27156112ac6a9f722b7b62529c94e0344b) Co-authored-by: Nikita Sobolev --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 0cb9db744433a9..812bc93055e58e 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 \