[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / Symbol / CMakeLists.txt
blobe1d24357e33db0615e7a3a0283f95a3516005968
1 add_lldb_unittest(SymbolTests
2   JSONSymbolTest.cpp
3   LocateSymbolFileTest.cpp
4   MangledTest.cpp
5   PostfixExpressionTest.cpp
6   SymbolTest.cpp
7   SymtabTest.cpp
8   TestTypeSystem.cpp
9   TestTypeSystemClang.cpp
10   TestClangASTImporter.cpp
11   TestDWARFCallFrameInfo.cpp
12   TestType.cpp
13   TestLineEntry.cpp
15   LINK_LIBS
16     lldbCore
17     lldbHost
18     lldbSymbol
19     lldbUtilityHelpers
20     lldbPluginObjectFileELF
21     lldbPluginObjectFileMachO
22     lldbPluginSymbolFileDWARF
23     lldbPluginSymbolFileSymtab
24     lldbPluginTypeSystemClang
25     LLVMTestingSupport
26   )
28 set(test_inputs
29   inlined-functions.yaml
30   )
31 add_unittest_inputs(SymbolTests "${test_inputs}")