blob: d5dd10701620e1632cb2c75a2eeb89ddc804877c [file]
// Copyright 2021 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: [
"sys/component/realm_builder.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "bin/echo_server_test",
},
use: [
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
],
}