blob: 737326cb158ce5f46002eb739c0924f4dbf4e471 [file] [log] [blame]
add_custom_target(libc_sys_random_unittests)
add_libc_unittest(
getrandom_test
SUITE
libc_sys_random_unittests
SRCS
getrandom_test.cpp
DEPENDS
libc.include.sys_random
libc.src.errno.errno
libc.src.math.fabs
libc.src.sys.random.getrandom
libc.test.UnitTest.ErrnoSetterMatcher
)