blob: 096a9fd360e6536278d3dbee8902baf48291bf5b [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",
"sys/component/realm_builder.shard.cml",
],
program: {
binary: "bin/realm_builder_test_bin",
},
use: [
// Needed for gTest Death Tests.
{ protocol: "fuchsia.process.Launcher" },
],
offer: [
{
protocol: [ "test.placeholders.Echo" ],
from: "parent",
to: "#realm_builder",
},
],
}