Skip to content

Commit 0729359

Browse files
authored
gh-97930: Also include subdirectory in makefile. (#102030)
1 parent 6aab56f commit 0729359

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.pre.in

+2
Original file line numberDiff line numberDiff line change
@@ -2075,6 +2075,8 @@ TESTSUBDIRS= idlelib/idle_test \
20752075
test/test_importlib/resources/data01/subdirectory \
20762076
test/test_importlib/resources/data02 \
20772077
test/test_importlib/resources/data02/one \
2078+
test/test_importlib/resources/data02/subdirectory \
2079+
test/test_importlib/resources/data02/subdirectory/subsubdir \
20782080
test/test_importlib/resources/data02/two \
20792081
test/test_importlib/resources/data03 \
20802082
test/test_importlib/resources/data03/namespace \

0 commit comments

Comments
 (0)