18 lines · plain
1if(LIBC_TARGET_OS_IS_GPU)2 return()3endif()4 5add_custom_target(libc_unittest_tests)6 7add_libc_unittest(8 testfilter_test9 SUITE10 libc_unittest_tests11 SRCS12 testfilter_test.cpp13 DEPENDS14 # TODO(michaelrj): Remove this dependancy. It's only here because all unit15 # tests must have at least one dependancy.16 libc.src.__support.CPP.bit17)18