blob: a10d6dac6eb65d4bb9cfde13ec775703712ba4b7 [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/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/lib/app/dart",
]
}