You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
506 B
25 lines
506 B
add_lldb_unittest(TargetTests
|
|
ABITest.cpp
|
|
ExecutionContextTest.cpp
|
|
MemoryRegionInfoTest.cpp
|
|
ModuleCacheTest.cpp
|
|
PathMappingListTest.cpp
|
|
RemoteAwarePlatformTest.cpp
|
|
StackFrameRecognizerTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbPluginObjectFileELF
|
|
lldbPluginPlatformLinux
|
|
lldbPluginSymbolFileSymtab
|
|
lldbTarget
|
|
lldbSymbol
|
|
lldbUtility
|
|
lldbUtilityHelpers
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_unittest_inputs(TargetTests TestModule.so)
|