blob: 9a5eca14a87982cd64ad898b8fe683003079feb5 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
)
add_llvm_unittest(DebugInfoCodeViewTests
GUIDFormatTest.cpp
RandomAccessVisitorTest.cpp
TypeHashingTest.cpp
TypeIndexDiscoveryTest.cpp
)
target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)
set_property(TARGET DebugInfoCodeViewTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")