From: Jason R. Coombs Date: Sun, 19 Feb 2023 02:32:50 +0000 (-0500) Subject: gh-97930: Also include subdirectory in makefile. (#102030) X-Git-Tag: v3.12.0a6~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072935951f7cd44b40ee37fe561478b2e431c2fb;p=thirdparty%2FPython%2Fcpython.git gh-97930: Also include subdirectory in makefile. (#102030) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 490483a71201..b28c6067a535 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \