blob: 32c1b6128166ee0142f7617737a63dc9ca5a1a97 [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.math
libc.include.sys_random
libc.src.errno.errno
libc.src.math.fabs
libc.src.sys.random.getrandom
libc.test.errno_setter_matcher
)