blob: 3f5acc2d2ff2d964bfdbdd8ecebc0c1bf4a22e31 [file] [log] [blame]
Zachary Turner018338e2017-08-02 22:26:09 +00001set(LLVM_LINK_COMPONENTS
2 DebugInfoMSF
3 )
4
5set(DebugInfoMSFSources
6 MappedBlockStreamTest.cpp
7 MSFBuilderTest.cpp
8 )
9
10add_llvm_unittest(DebugInfoMSFTests
11 ${DebugInfoMSFSources}
12 )
13
14target_link_libraries(DebugInfoMSFTests LLVMTestingSupport)