blob: 434b4237ec62a9971bfa71d84172105f58c92eab [file] [log] [blame]
# Copyright 2019 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")
dart_fuchsia_test("dart_app_service_tests") {
meta = [
{
path = rebase_path("meta/dart_app_service_tests.cmx")
dest = "dart_app_service_tests.cmx"
},
]
sources = [
"dart_server_test.dart",
]
deps = [
"//garnet/examples/fidl/services:echo",
"//sdk/fidl/fuchsia.sys",
"//third_party/dart-pkg/pub/test",
"//topaz/public/dart/fidl",
"//topaz/public/lib/app/dart",
]
environments = basic_envs
}