Zachary Turner | 018338e | 2017-08-02 22:26:09 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | DebugInfoMSF | ||||
3 | ) | ||||
4 | |||||
5 | set(DebugInfoMSFSources | ||||
6 | MappedBlockStreamTest.cpp | ||||
7 | MSFBuilderTest.cpp | ||||
Zachary Turner | 9fb9d71 | 2017-08-02 22:31:39 +0000 | [diff] [blame^] | 8 | MSFCommonTest.cpp |
Zachary Turner | 018338e | 2017-08-02 22:26:09 +0000 | [diff] [blame] | 9 | ) |
10 | |||||
11 | add_llvm_unittest(DebugInfoMSFTests | ||||
12 | ${DebugInfoMSFSources} | ||||
13 | ) | ||||
14 | |||||
15 | target_link_libraries(DebugInfoMSFTests LLVMTestingSupport) |