[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / Interpreter / CMakeLists.txt
blobd4ba5b3d58334a125a66d407c0e2ecb1fef0b2f3
1 add_lldb_unittest(InterpreterTests
2   TestCommandPaths.cpp
3   TestCompletion.cpp
4   TestOptionArgParser.cpp
5   TestOptions.cpp
6   TestOptionValue.cpp
7   TestOptionValueFileColonLine.cpp
8   TestRegexCommand.cpp
10   LINK_LIBS
11       lldbCommands
12       lldbCore
13       lldbHost
14       lldbTarget
15       lldbSymbol
16       lldbUtility
17       lldbUtilityHelpers
18       lldbInterpreter
19       lldbPluginPlatformMacOSX
20       LLVMTestingSupport