aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/errno/CMakeLists.txt
blob: 633d46a1f5f8817697c6849d19fba34a1595a71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if(NOT LLVM_LIBC_FULL_BUILD OR LIBC_TARGET_ARCHITECTURE_IS_GPU)
  return()
endif()

add_custom_target(libc_errno_unittests)

add_libc_unittest(
  errno_test
  SUITE
    libc_errno_unittests
  SRCS
    errno_test.cpp
  DEPENDS
    libc.src.errno.errno
)