summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-20 17:58:27 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-03-20 17:58:27 -0400
commit0f6a41378ac98018bcf29cc9906c3cce2ce77de7 (patch)
treef33a72f7f396ca0b8aa5348986881a5a9a8a35cf
parent66c8adfa27aeea004657ef29b6db4e4c360ad611 (diff)
downloadcpython-git-bpo-43569/man-as-machine.tar.gz
bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS.bpo-43569/man-as-machine
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5b47530a2a..4f7284d313 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1488,6 +1488,7 @@ TESTSUBDIRS= ctypes/test \
test/test_importlib/namespace_pkgs/project3 \
test/test_importlib/namespace_pkgs/project3/parent \
test/test_importlib/namespace_pkgs/project3/parent/child \
+ test/test_importlib/namespacedata01 \
test/test_importlib/partial \
test/test_importlib/source \
test/test_importlib/zipdata01 \