blob: d2ba4141f3ef57f139b7348838281d6a43e9edda [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_manager/system-test.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "legacy_test_runner",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{
protocol: [
"fuchsia.diagnostics.ArchiveAccessor",
"fuchsia.logger.Log",
],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}