blob: a90c49fb0f59af8888a1122bcda38840cd539e93 [file] [log] [blame]
# Copyright 2020 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("inspect_test") {
edition = "2021"
deps = [
"//src/lib/diagnostics/reader/rust",
"//src/lib/diagnostics/testing/diagnostics-assertions/rust:diagnostics-assertions",
"//src/lib/fuchsia",
"//third_party/rust_crates:anyhow",
]
sources = [ "src/lib.rs" ]
}