summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.stdlib.in
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2022-11-15 07:17:52 (GMT)
committerGitHub <noreply@github.com>2022-11-15 07:17:52 (GMT)
commitee821dcd3961efc47262322848267fe398faa4e4 (patch)
treeadc9aade39b45979d729efcd39ffeaa0480462a3 /Modules/Setup.stdlib.in
parent1df0752b4d49103654abbc75c06b4dc0cf99de1c (diff)
downloadcpython-ee821dcd3961efc47262322848267fe398faa4e4.zip
cpython-ee821dcd3961efc47262322848267fe398faa4e4.tar.gz
cpython-ee821dcd3961efc47262322848267fe398faa4e4.tar.bz2
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r--Modules/Setup.stdlib.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in
index b672ea9..e250f83 100644
--- a/Modules/Setup.stdlib.in
+++ b/Modules/Setup.stdlib.in
@@ -169,7 +169,7 @@
@MODULE__XXTESTFUZZ_TRUE@_xxtestfuzz _xxtestfuzz/_xxtestfuzz.c _xxtestfuzz/fuzzer.c
@MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c
@MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c
-@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c _testcapi/unicode.c _testcapi/getargs.c
+@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c _testcapi/unicode.c _testcapi/getargs.c _testcapi/pytime.c _testcapi/datetime.c
# Some testing modules MUST be built as shared libraries.
*shared*