blob: 4de762bf81630980a5c1919b50c0affbd1351109 [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/testing/environments.gni")
import("//topaz/runtime/dart/dart_fuchsia_test.gni")
import("//topaz/runtime/dart_runner/dart_app.gni")
dart_fuchsia_test("fidl_bindings_test") {
source_dir = "test/"
meta = [
{
path = rebase_path("meta/fidl_bindings_test.cmx")
dest = "fidl_bindings_test.cmx"
},
]
deps = [
"//third_party/dart-pkg/pub/collection",
"//topaz/bin/fidl_bindings_test/fidl:bindings_test",
"//topaz/public/dart/fidl",
"//topaz/public/dart/fuchsia_services",
]
environments = basic_envs
}