31 lines
640 B
Text
31 lines
640 B
Text
|
add_lldb_unittest(SymbolFileDWARFTests
|
||
|
DWARFASTParserClangTests.cpp
|
||
|
DWARFDIETest.cpp
|
||
|
DWARFIndexCachingTest.cpp
|
||
|
DWARFUnitTest.cpp
|
||
|
SymbolFileDWARFTests.cpp
|
||
|
XcodeSDKModuleTests.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbHost
|
||
|
lldbSymbol
|
||
|
lldbPluginObjectFilePECOFF
|
||
|
lldbPluginSymbolFileDWARF
|
||
|
lldbPluginSymbolFilePDB
|
||
|
lldbPluginTypeSystemClang
|
||
|
lldbPluginPlatformMacOSX
|
||
|
lldbUtilityHelpers
|
||
|
lldbSymbolHelpers
|
||
|
LLVMTestingSupport
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
DebugInfoPDB
|
||
|
)
|
||
|
|
||
|
set(test_inputs
|
||
|
test-dwarf.exe
|
||
|
DW_AT_default_value-test.yaml)
|
||
|
|
||
|
add_unittest_inputs(SymbolFileDWARFTests "${test_inputs}")
|