From 0627aae7ea7183db4b9d1a44a27694f5979a695c Mon Sep 17 00:00:00 2001 From: hongweipeng Date: Sun, 29 Sep 2024 01:19:18 +0800 Subject: [PATCH] gh-121966: Fix test_makefile_test_folders test failure --- Makefile.pre.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index a4d99262702a17..bd73207164b026 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2496,6 +2496,8 @@ TESTSUBDIRS= idlelib/idle_test \ test/test_importlib/namespace_pkgs/project3/parent/child \ test/test_importlib/partial \ test/test_importlib/resources \ + test/test_importlib/resources/data01 \ + test/test_importlib/resources/data02 \ test/test_importlib/source \ test/test_inspect \ test/test_interpreters \