1if(LIBC_TARGET_OS_IS_GPU) 2 return() 3endif() 4 5add_custom_target(libc_unittest_tests) 6 7add_libc_unittest( 8 testfilter_test 9 SUITE 10 libc_unittest_tests 11 SRCS 12 testfilter_test.cpp 13 DEPENDS 14 # TODO(michaelrj): Remove this dependancy. It's only here because all unit 15 # tests must have at least one dependancy. 16 libc.src.__support.CPP.bit 17) 18