[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git] / lldb / unittests / Interpreter / CMakeLists.txt
blob5b5268ffe973211ab2b1dbfcf7fa66be5b753fea
1 add_lldb_unittest(InterpreterTests
2   TestCommandPaths.cpp
3   TestCompletion.cpp
4   TestOptionArgParser.cpp
5   TestOptionValue.cpp
6   TestOptionValueFileColonLine.cpp
7   TestRegexCommand.cpp
9   LINK_LIBS
10       lldbCore
11       lldbHost
12       lldbTarget
13       lldbSymbol
14       lldbUtility
15       lldbUtilityHelpers
16       lldbInterpreter
17       lldbPluginPlatformMacOSX
18       LLVMTestingSupport