summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-12-06 08:14:34 (GMT)
committerGitHub <noreply@github.com>2023-12-06 08:14:34 (GMT)
commitcf16aaae80d0bbe3aad2d3e58c49cb20793e5ba3 (patch)
tree888a0a2d6e1d661df2363bfba6c7adac52925943
parent5720f7fcdf525ffa512f2a0e4c1f36ce09370848 (diff)
downloadcpython-cf16aaae80d0bbe3aad2d3e58c49cb20793e5ba3.zip
cpython-cf16aaae80d0bbe3aad2d3e58c49cb20793e5ba3.tar.gz
cpython-cf16aaae80d0bbe3aad2d3e58c49cb20793e5ba3.tar.bz2
[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 <vstinner@python.org>
-rw-r--r--Makefile.pre.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 37fe523..7af1845 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 \