summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/SymbolFile/PDB/CMakeLists.txt
blob: fcfb5e3062c9d486b17aecbf5dc613002734570b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_lldb_unittest(SymbolFilePDBTests
  SymbolFilePDBTests.cpp
  )

set(test_inputs
   test-pdb.exe
   test-pdb.pdb
   test-dwarf.exe
   test-pdb-types.exe
   test-pdb-types.pdb)

add_unittest_inputs(SymbolFilePDBTests "${test_inputs}")  
OpenPOWER on IntegriCloud