blob: 97df5f2a09fbe695eafe99770a8e3ebe9ea5f099 [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: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "rust_test_runner",
binary: "bin/fxfs_lib_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{
storage: "temp",
path: "/tmp",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}