blob: c78aac756226ee84a14b713790c8f17f7622518a [file] [log] [blame]
template("test") {
executable(target_name) {
testonly = true
forward_variables_from(invoker, "*", [ "configs" ])
configs += invoker.configs
}
}