blob: 25e011178cddb198af5215a36bd33c165dbdd376 [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
Zachary Turner9fb9d712017-08-02 22:31:39 +00008 MSFCommonTest.cpp
Zachary Turner018338e2017-08-02 22:26:09 +00009 )
10
11add_llvm_unittest(DebugInfoMSFTests
12 ${DebugInfoMSFSources}
13 )
14
15target_link_libraries(DebugInfoMSFTests LLVMTestingSupport)