From: Serhiy Storchaka Date: Wed, 6 Dec 2023 07:48:27 +0000 (+0200) Subject: gh-108927: Include new dir test/regrtestdata in the installation (GH-112765) X-Git-Tag: v3.13.0a3~506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8c0198e3bfa2f6f65e426765a5efddd8ece78b0;p=thirdparty%2FPython%2Fcpython.git gh-108927: Include new dir test/regrtestdata in the installation (GH-112765) Co-authored-by: Victor Stinner --- diff --git a/Makefile.pre.in b/Makefile.pre.in index e7f8abce43d6..b5edb4e6748f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2194,6 +2194,9 @@ TESTSUBDIRS= idlelib/idle_test \ test/leakers \ test/libregrtest \ test/mathdata \ + test/regrtestdata \ + test/regrtestdata/import_from_tests \ + test/regrtestdata/import_from_tests/test_regrtest_b \ test/subprocessdata \ test/support \ test/support/_hypothesis_stubs \