CMakeLists.txt 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 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 )