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
Make test more lenient for custom clang version strings
[llvm-project.git]
/
libc
/
test
/
src
/
wchar
/
CMakeLists.txt
blob
3cc404b9c86fc58e55a7cd80123b41b82b9f6f4a
1
add_custom_target(libc_wchar_unittests)
2
3
add_libc_test(
4
btowc_test
5
SUITE
6
libc_wchar_unittests
7
SRCS
8
btowc_test.cpp
9
DEPENDS
10
libc.include.stdio
11
libc.src.wchar.btowc
12
)
13
14
add_libc_test(
15
wctob_test
16
SUITE
17
libc_wchar_unittests
18
SRCS
19
wctob_test.cpp
20
DEPENDS
21
libc.src.wchar.wctob
22
)