blob: d06ccfaba72a9b86143d40c03ba486175c129006 [file] [log] [blame]
Zachary Turnercb30e702017-06-14 16:41:50 +00001set(LLVM_LINK_COMPONENTS
2 DebugInfoCodeView
Zachary Turnercb30e702017-06-14 16:41:50 +00003 )
4
5set(DebugInfoCodeViewSources
6 RandomAccessVisitorTest.cpp
Zachary Turner87b78e92017-12-05 23:08:58 +00007 TypeHashingTest.cpp
Zachary Turnercb30e702017-06-14 16:41:50 +00008 TypeIndexDiscoveryTest.cpp
9 )
10
11add_llvm_unittest(DebugInfoCodeViewTests
12 ${DebugInfoCodeViewSources}
13 )
Zachary Turnerdced7c92017-06-14 22:33:43 +000014
Shoaib Meenaid806af32017-12-05 21:49:56 +000015target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)