blob: 5e06ef683867bb4849b155f186ec156f1945b9fc [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
DebugInfoMSF
)
add_llvm_unittest(DebugInfoMSFTests
MappedBlockStreamTest.cpp
MSFBuilderTest.cpp
MSFCommonTest.cpp
)
target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)
set_property(TARGET DebugInfoMSFTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")