brintos

brintos / llvm-project-archived public Read only

0
0
Text · 355 B · e913cd2 Raw
17 lines · plain
1add_custom_target(libc_sys_random_unittests)2 3add_libc_unittest(4  getrandom_test5  SUITE6    libc_sys_random_unittests7  SRCS8    getrandom_test.cpp9  DEPENDS10    libc.include.sys_random11    libc.src.errno.errno12    libc.src.math.fabs13    libc.src.sys.random.getrandom14    libc.test.UnitTest.ErrnoCheckingTest15    libc.test.UnitTest.ErrnoSetterMatcher16)17