[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / libc / test / utils / UnitTest / CMakeLists.txt
blob6f61e0ffefb0077d179a90353ac3d9dcd26d34fc
1 if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
2   return()
3 endif()
5 add_custom_target(libc_unittest_tests)
7 add_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