Make test more lenient for custom clang version strings
[llvm-project.git] / libc / test / src / wchar / CMakeLists.txt
blob3cc404b9c86fc58e55a7cd80123b41b82b9f6f4a
1 add_custom_target(libc_wchar_unittests)
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
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