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
/
assert
/
CMakeLists.txt
blob
e66aca8307eeb97a9129a6ce6e72d987a99482e4
1
add_custom_target(libc_assert_unittests)
2
3
add_libc_unittest(
4
assert_test
5
SUITE
6
libc_assert_unittests
7
SRCS
8
assert_test.cpp
9
DEPENDS
10
libc.src.assert.__assert_fail
11
# These are necessary for now because dependencies are not properly added.
12
libc.src.signal.raise
13
libc.src.stdlib._Exit
14
libc.src.stdlib.abort
15
)