summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-10-02 15:12:54 (GMT)
committerGitHub <noreply@github.com>2023-10-02 15:12:54 (GMT)
commit5baa8af8daa65a819b41974391efbe5f9a572fa6 (patch)
tree6231e5dcc12ace17a7895f50bb86ad6086fdf7a2 /Makefile.pre.in
parented4ffd74042f5ac34a92514fdef8b61669e309ea (diff)
downloadcpython-5baa8af8daa65a819b41974391efbe5f9a572fa6.zip
cpython-5baa8af8daa65a819b41974391efbe5f9a572fa6.tar.gz
cpython-5baa8af8daa65a819b41974391efbe5f9a572fa6.tar.bz2
[3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (#109679)
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (cherry picked from commit 82505dc351b2f7e37aa395218709b432d83292cd) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7418ddf..2599d20 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2137,6 +2137,7 @@ TESTSUBDIRS= idlelib/idle_test \
test/test_dataclasses \
test/test_email \
test/test_email/data \
+ test/test_future_stmt \
test/test_import \
test/test_import/data \
test/test_import/data/circular_imports \