blob: 6866abec4aa145f51452f4aa56a135a4ad3ba102 [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/test/test_package.gni")
import("//build/testing/environments.gni")
test_package("fidl_compatibility_test_topaz") {
deps = [
"//garnet/bin/fidl_compatibility_test:fidl_compatibility_test_executable",
]
tests = [
{
name = "fidl_compatibility_test"
dest = "fidl_compatibility_test_topaz"
environments = basic_envs
},
]
}