summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-11-20 15:43:10 (GMT)
committerGitHub <noreply@github.com>2021-11-20 15:43:10 (GMT)
commitf36c69a26ee880acf62a5ae8c5da49312e84c66d (patch)
tree2c23c4d9740a2fab82d14aa801fcb02bbf080073 /Modules
parentfdcc46d9554094994f78bedf6dc9220e5d5ee668 (diff)
downloadcpython-f36c69a26ee880acf62a5ae8c5da49312e84c66d.zip
cpython-f36c69a26ee880acf62a5ae8c5da49312e84c66d.tar.gz
cpython-f36c69a26ee880acf62a5ae8c5da49312e84c66d.tar.bz2
bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.stdlib.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in
index 4e5c158..fa553fb 100644
--- a/Modules/Setup.stdlib.in
+++ b/Modules/Setup.stdlib.in
@@ -76,3 +76,18 @@
# _scproxy needs SystemConfiguration and CoreFoundation framework
@MODULE__SCPROXY_TRUE@_scproxy _scproxy.c
+
+
+############################################################################
+# Test modules
+
+@MODULE__XXTESTFUZZ_TRUE@_xxtestfuzz _xxtestfuzz/_xxtestfuzz.c _xxtestfuzz/fuzzer.c
+@MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c
+@MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c
+
+# Some testing modules MUST be built as shared libraries.
+*shared*
+@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c
+@MODULE__TESTIMPORTMULTIPLE_TRUE@_testimportmultiple _testimportmultiple.c
+@MODULE__TESTMULTIPHASE_TRUE@_testmultiphase _testmultiphase.c
+@MODULE__CTYPES_TEST_TRUE@_ctypes_test _ctypes/_ctypes_test.c