Sign in
llvm
/
llvm-project
/
libc
/
315478feb4083ddee043f5516e1c3ebc5b4ed059
/
.
/
test
/
src
/
errno
/
CMakeLists.txt
blob: 61a3094ea021fd1d7979cee672c2843df923c37d [
file
] [
log
] [
blame
]
add_libc_testsuite
(
libc_errno_unittests
)
add_libc_unittest
(
errno_test
SUITE
libc_errno_unittests
SRCS
errno_test
.
cpp
DEPENDS
libc
.
src
.
errno
.
__errno_location
)