comparison unittests/DebugInfo/PDB/CMakeLists.txt @ 148:63bd29f05246

merged
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 19:46:37 +0900
parents c2174574ed3a
children
comparison
equal deleted inserted replaced
146:3fc4d5c3e21e 148:63bd29f05246
2 DebugInfoCodeView 2 DebugInfoCodeView
3 DebugInfoMSF 3 DebugInfoMSF
4 DebugInfoPDB 4 DebugInfoPDB
5 ) 5 )
6 6
7 set(DebugInfoPDBSources 7 add_llvm_unittest_with_input_files(DebugInfoPDBTests
8 HashTableTest.cpp 8 HashTableTest.cpp
9 NativeSymbolReuseTest.cpp
9 StringTableBuilderTest.cpp 10 StringTableBuilderTest.cpp
10 PDBApiTest.cpp 11 PDBApiTest.cpp
11 ) 12 )
12 13
13 add_llvm_unittest(DebugInfoPDBTests
14 ${DebugInfoPDBSources}
15 )
16
17 target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport) 14 target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)