bolt/deps/llvm-18.1.8/libc/test/utils/UnitTest/CMakeLists.txt
2025-02-14 19:21:04 +01:00

17 lines
367 B
CMake

if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
return()
endif()
add_custom_target(libc_unittest_tests)
add_libc_unittest(
testfilter_test
SUITE
libc_unittest_tests
SRCS
testfilter_test.cpp
DEPENDS
# TODO(michaelrj): Remove this dependancy. It's only here because all unit
# tests must have at least one dependancy.
libc.src.__support.CPP.bit
)