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
Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)
[llvm-project.git]
/
libc
/
test
/
src
/
locale
/
CMakeLists.txt
blob
3192004db26dd6b0444116639c9f71572c2adb34
1
add_custom_target(libc-locale-tests)
2
3
add_libc_test(
4
locale_test
5
SUITE
6
libc-locale-tests
7
SRCS
8
locale_test.cpp
9
DEPENDS
10
libc.include.locale
11
libc.src.locale.newlocale
12
libc.src.locale.uselocale
13
libc.src.locale.freelocale
14
)
15
16
add_libc_test(
17
localeconv_test
18
SUITE
19
libc-locale-tests
20
SRCS
21
localeconv_test.cpp
22
DEPENDS
23
libc.include.locale
24
libc.src.locale.localeconv
25
)