38 lines · plain
1 2add_lldb_unittest(LLDBCoreTests3 DebuggerTest.cpp4 CommunicationTest.cpp5 DiagnosticEventTest.cpp6 DumpDataExtractorTest.cpp7 DumpRegisterInfoTest.cpp8 FormatEntityTest.cpp9 MangledTest.cpp10 ModuleListTest.cpp11 ModuleSpecTest.cpp12 PluginManagerTest.cpp13 ProgressReportTest.cpp14 RichManglingContextTest.cpp15 SourceLocationSpecTest.cpp16 SourceManagerTest.cpp17 TelemetryTest.cpp18 UniqueCStringMapTest.cpp19 Value.cpp20 21 LINK_COMPONENTS22 Support23 Telemetry24 LINK_LIBS25 lldbCore26 lldbHost27 lldbPluginCPlusPlusLanguage28 lldbPluginObjectFileELF29 lldbPluginObjectFileMachO30 lldbPluginObjectFilePECOFF31 lldbPluginPlatformMacOSX32 lldbPluginSymbolFileSymtab33 lldbSymbol34 lldbUtilityHelpers35 lldbHostHelpers36 LLVMTestingSupport37 )38