Skip to content

Commit 518af37

Browse files
authored
gh-115421: Update the list of installed test subdirectories. (#115422)
Update the list of installed test subdirectories with all newly added subdirectories of Lib/test, so that the tests in those directories are properly installed.
1 parent 514b1c9 commit 518af37

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Makefile.pre.in

+9-3
Original file line numberDiff line numberDiff line change
@@ -2234,13 +2234,13 @@ LIBSUBDIRS= asyncio \
22342234
__phello__
22352235
TESTSUBDIRS= idlelib/idle_test \
22362236
test \
2237-
test/audiodata \
22382237
test/archivetestdata \
2238+
test/audiodata \
22392239
test/certdata \
22402240
test/certdata/capath \
22412241
test/cjkencodings \
2242-
test/crashers \
22432242
test/configdata \
2243+
test/crashers \
22442244
test/data \
22452245
test/decimaltestdata \
22462246
test/dtracedata \
@@ -2254,8 +2254,10 @@ TESTSUBDIRS= idlelib/idle_test \
22542254
test/subprocessdata \
22552255
test/support \
22562256
test/support/_hypothesis_stubs \
2257+
test/support/interpreters \
22572258
test/test_asyncio \
22582259
test/test_capi \
2260+
test/test_concurrent_futures \
22592261
test/test_cppext \
22602262
test/test_ctypes \
22612263
test/test_dataclasses \
@@ -2264,7 +2266,6 @@ TESTSUBDIRS= idlelib/idle_test \
22642266
test/test_email/data \
22652267
test/test_future_stmt \
22662268
test/test_gdb \
2267-
test/test_inspect \
22682269
test/test_import \
22692270
test/test_import/data \
22702271
test/test_import/data/circular_imports \
@@ -2317,8 +2318,13 @@ TESTSUBDIRS= idlelib/idle_test \
23172318
test/test_importlib/resources/zipdata01 \
23182319
test/test_importlib/resources/zipdata02 \
23192320
test/test_importlib/source \
2321+
test/test_inspect \
2322+
test/test_interpreters \
23202323
test/test_json \
23212324
test/test_module \
2325+
test/test_multiprocessing_fork \
2326+
test/test_multiprocessing_forkserver \
2327+
test/test_multiprocessing_spawn \
23222328
test/test_pathlib \
23232329
test/test_peg_generator \
23242330
test/test_pydoc \

0 commit comments

Comments
 (0)