blob: 785e78b0e77b5e7eb0b8f6ab00a2377da55fc458 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("OptRemarksTests") {
deps = [
"//llvm/lib/OptRemarks",
"//llvm/lib/Support",
]
sources = [
"OptRemarksParsingTest.cpp",
]
}