blob: 093fa1c33db3705764e39c3d96341b941e5250e9 [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: "test/vfs_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "rust_test_runner" },
{
protocol: [ "fuchsia.logger.LogSink" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}