Skip to content

Commit 7e24ed0

Browse files
git add another file I forgot
1 parent 6fc7519 commit 7e24ed0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

libc/test/src/poll/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
add_custom_target(libc_poll_unittests)
2+
3+
add_libc_unittest(
4+
poll_test
5+
SUITE
6+
libc_poll_unittests
7+
SRCS
8+
poll_test.cpp
9+
DEPENDS
10+
libc.hdr.limits_macros
11+
libc.src.errno.errno
12+
libc.src.poll.poll
13+
libc.test.UnitTest.ErrnoSetterMatcher
14+
)

0 commit comments

Comments
 (0)