From: Serhiy Storchaka Date: Wed, 6 Dec 2023 08:12:08 +0000 (+0200) Subject: [3.11] gh-108927: Include new dir test/regrtestdata in the installation (GH-112765... X-Git-Tag: v3.11.8~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f92c8bfed65a141e7c71d1a1a6187691fc045c7b;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-108927: Include new dir test/regrtestdata in the installation (GH-112765) (GH-112784) (cherry picked from commit f8c0198e3bfa2f6f65e426765a5efddd8ece78b0) Co-authored-by: Victor Stinner --- diff --git a/Makefile.pre.in b/Makefile.pre.in index c61b093fc939..41d3f330b33e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1959,6 +1959,9 @@ TESTSUBDIRS= ctypes/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 \