blob: 644bebf2fbb99bcc7735ed5879a763827da54689 [file] [log] [blame]
# Copyright 2021 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_persistence_example_tests") {
edition = "2024"
deps = [
"//examples/fidl/fuchsia.examples:fuchsia.examples_rust",
"//src/lib/fidl/rust/fidl",
]
sources = [ "src/lib.rs" ]
}
group("persistence") {
testonly = true
deps = [ ":fidl_persistence_example_tests($host_toolchain)" ]
}