blob: 1d57c7c8f3120c87da7b17a0eb24658cb643c0c6 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "rust_test_runner",
binary: "bin/storage_device_lib_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{
storage: "tmp",
path: "/tmp",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}