blob: 20f3b2ab3dcdd350cbd44346ed9e3af802f43c84 [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
Shoaib Meenaid806af32017-12-05 21:49:56 +000015target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)