blob: da9d6747da6d8d2a493fc15c7862e67ddb07304d [file] [log] [blame]
// Component manifest for the `echo_go_client`.
// It connects to echo server and checks result.
{
include: [
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/sys/test_runners/gotests/default.shard.cml",
],
program: {
binary: "test/echo_go_client",
},
use: [
{
protocol: [ "fidl.examples.routing.echo.Echo" ],
},
],
}