blob: 8e53ca44f341a1c695c81ef1917ac4cc659c054a [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")
import("//build/testing/environments.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"
environments = basic_envs
},
]
}