blob: 3dc8ee2e1c2d46419b10ead4ad5d0b2d3135c94b [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: "test/log_binary_test",
},
use: [
{
protocol: [
"fuchsia.diagnostics.ArchiveAccessor",
"fuchsia.process.Launcher",
],
},
],
}