[libc-commits] [libc] [libc] add wctype.h header (PR #149202)
Prabhu Rajasekaran via libc-commits
libc-commits at lists.llvm.org
Thu Jul 17 10:41:17 PDT 2025
================
@@ -0,0 +1,11 @@
+add_custom_target(libc_wctype_unittests)
+
+add_libc_test(
+ iswalpha_test
+ SUITE
+ libc_wctype_unittests
+ SRCS
+ iswalpha_test.cpp
+ DEPENDS
+ libc.src.wctype.iswalpha
+)
----------------
Prabhuk wrote:
Done. Thank you.
https://github.com/llvm/llvm-project/pull/149202
More information about the libc-commits
mailing list