blob: 0e48ab8f2f6b2a753504298d97f6e62a4cdce96e [file] [log] [blame]
Zachary Turner018338e2017-08-02 22:26:09 +00001set(LLVM_LINK_COMPONENTS
2 DebugInfoMSF
3 )
4
Nico Weber9668e452018-05-14 19:23:31 +00005add_llvm_unittest(DebugInfoMSFTests
Zachary Turner018338e2017-08-02 22:26:09 +00006 MappedBlockStreamTest.cpp
7 MSFBuilderTest.cpp
Zachary Turner9fb9d712017-08-02 22:31:39 +00008 MSFCommonTest.cpp
Zachary Turner018338e2017-08-02 22:26:09 +00009 )
10
Shoaib Meenaid806af32017-12-05 21:49:56 +000011target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)