[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git] / lldb / unittests / Expression / CMakeLists.txt
blob185b19f84cae79a6925edf068d13cbd3e1a52c4a
1 add_lldb_unittest(ExpressionTests
2   ClangParserTest.cpp
3   ClangExpressionDeclMapTest.cpp
4   DiagnosticManagerTest.cpp
5   DWARFExpressionTest.cpp
6   CppModuleConfigurationTest.cpp
8   LINK_LIBS
9     lldbCore
10     lldbPluginObjectFileELF
11     lldbPluginPlatformLinux
12     lldbPluginExpressionParserClang
13     lldbPluginTypeSystemClang
14     lldbUtility
15     lldbUtilityHelpers
16     lldbSymbolHelpers
17     LLVMTestingSupport
18   )