blob: 913de50c7e6c4812864ebd94d378a8dc5f04d5f5 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("DebugInfoCodeViewTests") {
deps = [
"//llvm/lib/DebugInfo/CodeView",
"//llvm/lib/Testing/Support",
]
sources = [
"RandomAccessVisitorTest.cpp",
"TypeHashingTest.cpp",
"TypeIndexDiscoveryTest.cpp",
]
}