brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · 54e0033 Raw
15 lines · plain
1add_custom_target(libc_poll_unittests)2 3add_libc_unittest(4  poll_test5  SUITE6    libc_poll_unittests7  SRCS8    poll_test.cpp9  DEPENDS10    libc.hdr.limits_macros11    libc.src.errno.errno12    libc.src.poll.poll13    libc.test.UnitTest.ErrnoCheckingTest14)15