blob: 40c789f75c123b35739c12e0a924ca1a00eaeee3 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
template("test") {
executable(target_name) {
forward_variables_from(invoker, "*")
testonly = true
}
}
set_defaults("test") {
configs = default_executable_configs
}