blob: 4b68ac526e828682b48fa8a08be6e92cfb2cd6fa [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.
import("//build/package.gni")
copy("run_fidl_compatibility_test_topaz_sh") {
sources = [
"run_fidl_compatibility_test_topaz.sh",
]
outputs = [
"${root_build_dir}/run_fidl_compatibility_test_topaz.sh",
]
}
package("package") {
package_name = "fidl_compatibility_test_topaz"
deps = [
":run_fidl_compatibility_test_topaz_sh",
]
testonly = true
tests = [
{
name = "run_fidl_compatibility_test_topaz.sh"
},
]
}