Sign in
llvm
/
llvm-project
/
libc
/
315478feb4083ddee043f5516e1c3ebc5b4ed059
/
.
/
test
/
src
/
unistd
/
CMakeLists.txt
blob: 54e513504b3bf4a362e99c94490e4457985621bd [
file
] [
log
] [
blame
]
add_libc_testsuite
(
libc_unistd_unittests
)
add_libc_unittest
(
write_test
SUITE
libc_unistd_unittests
SRCS
write_test
.
cpp
DEPENDS
libc
.
include
.
errno
libc
.
include
.
unistd
libc
.
src
.
unistd
.
write
libc
.
test
.
errno_setter_matcher
)