summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.stdlib.in
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2022-08-10 07:10:25 (GMT)
committerGitHub <noreply@github.com>2022-08-10 07:10:25 (GMT)
commit325ae93b6b7113cd4a4c2ce441615ae7def779e2 (patch)
tree159d54bf90b2356b49b85be00062190bb48b4ebf /Modules/Setup.stdlib.in
parent3ff6d9affb351292ad8530802e7c06f651520706 (diff)
downloadcpython-325ae93b6b7113cd4a4c2ce441615ae7def779e2.zip
cpython-325ae93b6b7113cd4a4c2ce441615ae7def779e2.tar.gz
cpython-325ae93b6b7113cd4a4c2ce441615ae7def779e2.tar.bz2
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
- Move PyUnicode tests to a separate file - Add some more tests for PyUnicode_FromFormat Co-authored-by: philg314 <110174000+philg314@users.noreply.github.com>
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 908e6df..ac8959e 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
+@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/vectorcall_limited.c _testcapi/heaptype.c _testcapi/unicode.c
# Some testing modules MUST be built as shared libraries.
*shared*