blob: ba24c9915015c177d97f3261bab1257ecf2ac2b6 [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.
// Component manifest for the `echo_gtest_client`.
// It connects to echo server and passes back test results.
{
include: [
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/echo_gtest_client",
},
use: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
}