blob: f637842c034257dabe8c1e31ed6ff16e179276eb [file] [log] [blame]
add_custom_target(libc_setjmp_unittests)
# Skip setjmp tests under sanitizers
if(LLVM_USE_SANITIZER)
return()
endif()
add_libc_unittest(
setjmp_test
SUITE
libc_setjmp_unittests
SRCS
setjmp_test.cpp
DEPENDS
libc.include.setjmp
libc.src.setjmp.longjmp
libc.src.setjmp.setjmp
)