blob: de4d82163a2cead6ca636d6f9fa61c062219d73c [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("fake-at-driver-test") {
name = "tel_fake_at_driver_test"
edition = "2018"
deps = [
"//src/connectivity/telephony/lib/qmi",
"//src/connectivity/telephony/tests/tel-dev:tel_dev",
"//src/lib/fuchsia-async",
"//src/lib/syslog/rust:syslog",
"//src/lib/zircon/rust:fuchsia-zircon",
"//third_party/rust_crates:futures",
]
non_rust_deps = [ "//zircon/system/ulib/syslog" ]
sources = [ "src/lib.rs" ]
}