blob: 8d01eba5af62f684c261ea08f7b007b5ec5061aa [file] [log] [blame]
// Copyright 2022 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: [
"//sdk/lib/inspect/client.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/fuchsia_fs_lib_test",
},
use: [
{
storage: "tmp",
path: "/tmp",
},
],
}