blob: 549837c82bf1bf2c19731ce2053ca1005fcbe507 [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.
{
program: {
binary: "bin/blobfs_ramdisk_lib_test",
},
capabilities: [
{
protocol: [ "fuchsia.test.Suite" ],
},
],
use: [
{ runner: "rust_test_runner" },
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
"fuchsia.tracing.provider.Registry",
],
},
{
directory: "dev",
rights: [ "r*" ],
path: "/dev",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}