[libc-commits] [libc] [libc][time] Implement timer_create. (PR #217920)

via libc-commits libc-commits at lists.llvm.org
Fri Aug 21 10:47:56 PDT 2026


================
@@ -143,6 +143,25 @@ add_libc_test(
     libc.test.UnitTest.ErrnoCheckingTest
 )
 
+add_libc_test(
+  timer_create_test
+  SUITE
+    libc_time_unittests
+  SRCS
+    timer_create_test.cpp
----------------
lntue wrote:

Done.

https://github.com/llvm/llvm-project/pull/217920


More information about the libc-commits mailing list