repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
libc
/
test
/
src
/
sys
/
random
/
linux
/
CMakeLists.txt
blob
3dcfd8626c05501dfc9fda4a8a0e9a854820a60b
1
add_libc_testsuite(libc_sys_random_unittests)
2
3
add_libc_unittest(
4
getrandom_test
5
SUITE
6
libc_sys_random_unittests
7
SRCS
8
getrandom_test.cpp
9
DEPENDS
10
libc.include.errno
11
libc.include.math
12
libc.include.sys_random
13
libc.src.errno.errno
14
libc.src.math.fabs
15
libc.src.sys.random.getrandom
16
libc.test.errno_setter_matcher
17
)