Sign in
llvm
/
llvm-project
/
e0b83ca8a40958045280c46d4c3e1cbd6fe511b6
/
.
/
libc
/
test
/
src
/
poll
/
CMakeLists.txt
blob: c4af14168b906de4dcc779dc0dda34c31c2d653a [
file
]
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.ErrnoSetterMatcher
)