blob: 8d00c90bb2c88a464e19fd9558f4ea2acd759fc6 [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/branch_bin_cpp",
},
use: [
{ service: "fuchsia.examples.services.BankAccount" },
{
// The branch component launches components in its parent collection.
protocol: "fuchsia.component.Realm",
from: "parent",
},
],
}