================
@@ -87,6 +87,18 @@ add_libc_test(
libc.include.llvm-libc-macros.stdckdint_macros
)
+add_libc_test(
+ sched_test
+ C_TEST
----------------
kaladron wrote:
This declares C_TEST, but it's a .cpp file.
https://github.com/llvm/llvm-project/pull/194830