Skip to content
Permalink
Browse files
gh-97930: Also include subdirectory in makefile. (#102030)
  • Loading branch information
jaraco committed Feb 19, 2023
1 parent 6aab56f commit 0729359
Showing 1 changed file with 2 additions and 0 deletions.
@@ -2075,6 +2075,8 @@ TESTSUBDIRS= idlelib/idle_test \
test/test_importlib/resources/data01/subdirectory \
test/test_importlib/resources/data02 \
test/test_importlib/resources/data02/one \
test/test_importlib/resources/data02/subdirectory \
test/test_importlib/resources/data02/subdirectory/subsubdir \
test/test_importlib/resources/data02/two \
test/test_importlib/resources/data03 \
test/test_importlib/resources/data03/namespace \

0 comments on commit 0729359

Please sign in to comment.