blob: 01d62b9f79e4ad2705ba3e126f79bb9108467b84 [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.
{
include: [
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/stash_bin_test",
},
use: [
{
storage: "tmp",
path: "/tmp",
},
],
}