blob: ee04cdd8fbfe584c781ced58c939301e0e3573cb [file]
// Copyright 2026 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.
{
include: [
"inspect/client.shard.cml",
"sys/testing/rust_test_runner.shard.cml",
],
program: {
binary: "bin/persistence_lib_test",
},
use: [
{
storage: "cache",
path: "/cache",
},
],
}