blob: bf8a70e55d8d424ecab0f0026ea384da0e81acef [file] [log] [blame]
// Copyright 2022 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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/cobalt_app_unittests",
},
collections: [
{
name: "coll",
durability: "transient",
},
],
use: [
{
storage: "tmp",
path: "/tmp",
},
],
offer: [
{
storage: "tmp",
from: "parent",
to: "#coll",
},
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#coll",
},
],
}