blob: 02a67af2a2f1ec097a900d33b37eec962badb3aa [file] [log] [blame]
import("//llvm/utils/TableGen/tablegen.gni")
import("//llvm/utils/unittest/unittest.gni")
tablegen("Opts") {
visibility = [ ":OptionTests" ]
args = [ "-gen-opt-parser-defs" ]
}
unittest("OptionTests") {
deps = [
":Opts",
"//llvm/lib/Option",
"//llvm/lib/Support",
]
sources = [
"OptionParsingTest.cpp",
]
}