git://git.jankratochvil.net
/
lldb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9607a258cd661f8caa16d9bafbe27b0a8a4fa4de
[lldb.git]
/
libc
/
test
/
src
/
threads
/
CMakeLists.txt
1
add_libc_testsuite(libc_threads_unittests)
2
3
add_libc_unittest(
4
thrd_test
5
SUITE
6
libc_threads_unittests
7
SRCS
8
thrd_test.cpp
9
DEPENDS
10
__errno_location
11
mmap
12
munmap
13
threads_h
14
thrd_create
15
thrd_join
16
)