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