blob: 5974ec075b208d2b2090d1129358e6b4f490a380 [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",
"syslog/client.shard.cml",
],
program: {
binary: "bin/run_test_component_unittests",
},
use: [
{
protocol: [ "fuchsia.sys.Launcher" ],
},
{
storage: "tmp",
path: "/tmp",
},
],
}