Sign in
rust
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
libc
/
test
/
src
/
poll
/
CMakeLists.txt
blob: 54e00330f2bff0c6874284968a36c255db951390 [
file
] [
edit
]
add_custom_target(libc_poll_unittests)
add_libc_unittest(
poll_test
SUITE
libc_poll_unittests
SRCS
poll_test.cpp
DEPENDS
libc.hdr.limits_macros
libc.src.errno.errno
libc.src.poll.poll
libc.test.UnitTest.ErrnoCheckingTest
)