blob: 691b84479bcb14cfff1fcc11ef75281af02c804a [file]
// 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/accessor2logger_test_bin",
},
use: [
{
protocol: "fuchsia.diagnostics.ArchiveAccessor",
from: "parent",
},
],
}