blob: ccdea11132d524707dca452934e56b079b6315d7 [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: [
"sys/testing/rust_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/atomic_storage_lib_test",
},
use: [
{
storage: "tmp",
path: "/tmp",
},
],
}