From: Serhiy Storchaka Date: Wed, 6 Dec 2023 08:14:34 +0000 (+0200) Subject: [3.12] gh-108927: Include new dir test/regrtestdata in the installation (GH-112765... X-Git-Tag: v3.12.1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf16aaae80d0bbe3aad2d3e58c49cb20793e5ba3;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-108927: Include new dir test/regrtestdata in the installation (GH-112765) (GH-112785) (cherry picked from commit f8c0198e3bfa2f6f65e426765a5efddd8ece78b0) Co-authored-by: Victor Stinner --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 37fe523625e0..7af1845b345a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2129,6 +2129,9 @@ TESTSUBDIRS= idlelib/idle_test \ test/imghdrdata \ test/leakers \ test/libregrtest \ + test/regrtestdata \ + test/regrtestdata/import_from_tests \ + test/regrtestdata/import_from_tests/test_regrtest_b \ test/sndhdrdata \ test/subprocessdata \ test/support \