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
[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git]
/
lldb
/
unittests
/
Host
/
common
/
CMakeLists.txt
blob
2934e6f0b431510464c671f75354dce1a4b2292c
1
set (FILES
2
ZipFileResolverTest.cpp
3
)
4
5
add_lldb_unittest(HostCommonTests
6
${FILES}
7
LINK_LIBS
8
lldbHost
9
lldbUtilityHelpers
10
)
11
12
set(test_inputs
13
zip-test.zip
14
)
15
add_unittest_inputs(HostCommonTests "${test_inputs}")