blob: 90f838af91b07651d64c4d4fc860e73475794e24 [file] [log] [blame]
// Copyright 2020 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/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/blobfs_ramdisk_lib_test",
},
capabilities: [
{
protocol: [ "fuchsia.test.Suite" ],
},
],
use: [
{ runner: "rust_test_runner" },
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.tracing.provider.Registry",
],
},
{
directory: "dev",
rights: [ "r*" ],
path: "/dev",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}