2017-02-15 03:06:07 +08:00
|
|
|
add_lldb_unittest(TargetTests
|
2019-08-08 00:09:35 +08:00
|
|
|
ExecutionContextTest.cpp
|
2017-02-22 18:37:57 +08:00
|
|
|
MemoryRegionInfoTest.cpp
|
2017-02-15 03:06:07 +08:00
|
|
|
ModuleCacheTest.cpp
|
2018-05-21 22:14:36 +08:00
|
|
|
PathMappingListTest.cpp
|
2020-02-07 23:33:33 +08:00
|
|
|
StackFrameRecognizerTest.cpp
|
2017-02-15 03:06:07 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
lldbCore
|
|
|
|
lldbHost
|
|
|
|
lldbPluginObjectFileELF
|
2019-08-08 00:09:35 +08:00
|
|
|
lldbPluginPlatformLinux
|
2019-07-26 15:03:28 +08:00
|
|
|
lldbPluginSymbolFileSymtab
|
2020-02-07 23:33:33 +08:00
|
|
|
lldbTarget
|
2019-08-08 00:09:35 +08:00
|
|
|
lldbSymbol
|
|
|
|
lldbUtility
|
2017-06-29 21:02:11 +08:00
|
|
|
lldbUtilityHelpers
|
2017-02-15 03:06:07 +08:00
|
|
|
LINK_COMPONENTS
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
|
|
|
add_unittest_inputs(TargetTests TestModule.so)
|