blob: 6773ae6e8d5828fee76fc54b4f7b067798552a2e [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/rust/rustc_test.gni")
rustc_test("fidl_rust_external_tests") {
assert(is_fuchsia)
edition = "2018"
deps = [
"//garnet/examples/fidl/services:echo-rustc",
"//src/lib/fidl/rust/fidl",
"//src/lib/fuchsia-async",
]
sources = [
"src/lib.rs",
"src/server_sender.rs",
"src/stream_handler_test.rs",
]
}