40 lines
894 B
CMake
40 lines
894 B
CMake
add_lldb_unittest(TargetTests
|
|
ABITest.cpp
|
|
DynamicRegisterInfoTest.cpp
|
|
ExecutionContextTest.cpp
|
|
LocateModuleCallbackTest.cpp
|
|
MemoryRegionInfoTest.cpp
|
|
MemoryTest.cpp
|
|
MemoryTagMapTest.cpp
|
|
ModuleCacheTest.cpp
|
|
PathMappingListTest.cpp
|
|
RegisterFlagsTest.cpp
|
|
RemoteAwarePlatformTest.cpp
|
|
StackFrameRecognizerTest.cpp
|
|
FindFileTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbPluginObjectFileBreakpad
|
|
lldbPluginObjectFileELF
|
|
lldbPluginPlatformLinux
|
|
lldbPluginPlatformMacOSX
|
|
lldbPluginPlatformAndroid
|
|
lldbPluginSymbolFileBreakpad
|
|
lldbPluginSymbolFileSymtab
|
|
lldbTarget
|
|
lldbSymbol
|
|
lldbUtility
|
|
lldbUtilityHelpers
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
set(test_inputs
|
|
AndroidModule.so
|
|
AndroidModule.so.sym
|
|
AndroidModule.unstripped.so
|
|
TestModule.so
|
|
)
|
|
add_unittest_inputs(TargetTests "${test_inputs}")
|