llvm/lldb/unittests/SymbolFile/DWARF/CMakeLists.txt

add_lldb_unittest(SymbolFileDWARFTests
  DWARFASTParserClangTests.cpp
  DWARFDebugNamesIndexTest.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}")