blob: c71d5e31a0df77cdf79b60c7f3f2c20ff87c374e [file] [edit]
// 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/lib/testing/expectation/meta/common.shard.cml" ],
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
offer: [
{
protocol: "fuchsia.test.Suite",
from: "self",
to: "#expectation-comparer",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#expectation-comparer",
},
],
}