]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-108927: Include new dir test/regrtestdata in the installation (GH-112765)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Dec 2023 07:48:27 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 07:48:27 +0000 (09:48 +0200)
Co-authored-by: Victor Stinner <vstinner@python.org>
Makefile.pre.in

index e7f8abce43d648ccf5d0522d091beb6605467201..b5edb4e6748fb09b044fcffa8d8b158910aa265f 100644 (file)
@@ -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 \