xref: /llvm-project/lldb/unittests/Interpreter/CMakeLists.txt (revision 089227feaf0efb5e540783a5542655e25669e7d8)
1add_lldb_unittest(InterpreterTests
2  TestCommandPaths.cpp
3  TestCompletion.cpp
4  TestOptionArgParser.cpp
5  TestOptions.cpp
6  TestOptionValue.cpp
7  TestOptionValueFileColonLine.cpp
8  TestRegexCommand.cpp
9
10  LINK_LIBS
11      lldbCommands
12      lldbCore
13      lldbHost
14      lldbTarget
15      lldbSymbol
16      lldbUtility
17      lldbUtilityHelpers
18      lldbInterpreter
19      lldbPluginPlatformMacOSX
20      LLVMTestingSupport
21)
22