blob: 188e42ee61fd4a607115dadbccd18e207c0d066e [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"
deps = [
":run_fidl_compatibility_test_topaz_sh",
]
testonly = true
tests = [
{
name = "run_fidl_compatibility_test_topaz.sh"
},
]
}