blob: a450a761b38ecbca12f7005ea3e39d4eba6ff33e [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_lib_unittests",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
}