blob: d60ee207d8840b7457ca83c2145618df9bb6cc9b [file] [log] [blame]
if(NOT LLVM_LIBC_FULL_BUILD)
return()
endif()
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
)