blob: 6d29e801ef5118c70002d1dec1937d7ee90bb94f [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") {
deps = [
"//examples/fidl/fuchsia.examples:fuchsia.examples-rustc",
"//src/lib/fidl/rust/fidl",
]
sources = [ "src/lib.rs" ]
}
group("persistence") {
testonly = true
deps = [ ":fidl_persistence_example_tests($host_toolchain)" ]
}