1import("//third-party/unittest/unittest.gni") 2 3unittest("DebugInfoCodeViewTests") { 4 deps = [ 5 "//llvm/lib/DebugInfo/CodeView", 6 "//llvm/lib/Testing/Support", 7 ] 8 sources = [ 9 "GUIDFormatTest.cpp", 10 "RandomAccessVisitorTest.cpp", 11 "TypeHashingTest.cpp", 12 "TypeIndexDiscoveryTest.cpp", 13 ] 14} 15