blob: c291847442f33dfdb151150d9104da2e4440ba7a [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"
},
]
}