43 lines · plain
1add_lldb_unittest(TargetTests2 ABITest.cpp3 DynamicRegisterInfoTest.cpp4 ExecutionContextTest.cpp5 LanguageTest.cpp6 LocateModuleCallbackTest.cpp7 MemoryRegionInfoTest.cpp8 MemoryTest.cpp9 MemoryTagMapTest.cpp10 ModuleCacheTest.cpp11 PathMappingListTest.cpp12 RegisterFlagsTest.cpp13 RemoteAwarePlatformTest.cpp14 StackFrameRecognizerTest.cpp15 SummaryStatisticsTest.cpp16 FindFileTest.cpp17 18 LINK_COMPONENTS19 Support20 LINK_LIBS21 lldbCore22 lldbHost23 lldbPluginObjectFileBreakpad24 lldbPluginObjectFileELF25 lldbPluginPlatformLinux26 lldbPluginPlatformMacOSX27 lldbPluginPlatformAndroid28 lldbPluginSymbolFileBreakpad29 lldbPluginSymbolFileSymtab30 lldbTarget31 lldbSymbol32 lldbUtility33 lldbUtilityHelpers34 )35 36set(test_inputs37 AndroidModule.so38 AndroidModule.so.sym39 AndroidModule.unstripped.so40 TestModule.so41 )42add_unittest_inputs(TargetTests "${test_inputs}")43