[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git] / lldb / unittests / Core / CMakeLists.txt
blobb3cddd150635b15f51c69d4e74545747d01faadc
1 add_lldb_unittest(LLDBCoreTests
2   CommunicationTest.cpp
3   DiagnosticEventTest.cpp
4   DumpDataExtractorTest.cpp
5   DumpRegisterInfoTest.cpp
6   FileSpecListTest.cpp
7   FormatEntityTest.cpp
8   MangledTest.cpp
9   ModuleSpecTest.cpp
10   RichManglingContextTest.cpp
11   SourceLocationSpecTest.cpp
12   SourceManagerTest.cpp
13   UniqueCStringMapTest.cpp
15   LINK_LIBS
16     lldbCore
17     lldbHost
18     lldbPluginObjectFileELF
19     lldbPluginObjectFileMachO
20     lldbPluginObjectFilePECOFF
21     lldbPluginPlatformMacOSX
22     lldbPluginSymbolFileSymtab
23     lldbSymbol
24     lldbUtilityHelpers
25     lldbHostHelpers
26     LLVMTestingSupport
27   LINK_COMPONENTS
28     Support
29   )