blob: c4bd15f72edad0300eecd98331c6b5d691f47492 [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("verify_ethernet") {
edition = "2018"
deps = [
"//src/connectivity/wlan/testing/hw-sim:wlan-hw-sim",
"//src/lib/fuchsia-async",
"//src/lib/zircon/rust:fuchsia-zircon",
]
sources = [ "src/lib.rs" ]
}