| # 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. | |
| import("//build/package.gni") | |
| copy("copy_runbenchmarks") { | |
| sources = ["runbenchmarks.sh"] | |
| outputs = ["$root_out_dir/{{source_file_part}}"] | |
| } | |
| package("runbenchmarks") { | |
| testonly = true | |
| deps = [":copy_runbenchmarks"] | |
| resources = [ { | |
| path = "runbenchmarks.sh" | |
| dest = "runbenchmarks.sh" | |
| } ] | |
| } |