================
@@ -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