blob: 8b4efdab6082aea68544cc8ba3b93bc547398b92 [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("simulate_scan") {
edition = "2018"
deps = [
"//sdk/fidl/fuchsia.wlan.policy:fuchsia.wlan.policy-rustc",
"//src/connectivity/wlan/lib/common/rust:wlan-common",
"//src/connectivity/wlan/testing/hw-sim:wlan-hw-sim",
"//src/lib/fuchsia-async",
]
sources = [ "src/lib.rs" ]
}