2017-02-15 03:06:07 +08:00
|
|
|
add_lldb_unittest(TargetTests
|
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
|
2019-03-05 02:48:00 +08:00
|
|
|
ProcessInstanceInfoTest.cpp
|
2017-02-15 03:06:07 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
lldbCore
|
|
|
|
lldbHost
|
|
|
|
lldbSymbol
|
|
|
|
lldbUtility
|
|
|
|
lldbPluginObjectFileELF
|
2019-07-26 15:03:28 +08:00
|
|
|
lldbPluginSymbolFileSymtab
|
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)
|