repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
libc
/
test
/
utils
/
UnitTest
/
CMakeLists.txt
blob
6f61e0ffefb0077d179a90353ac3d9dcd26d34fc
1
if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
2
return()
3
endif()
4
5
add_custom_target(libc_unittest_tests)
6
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
17
)