blob: a28691a81e4bdcb1cce34e9f8556cb28747aaa63 [file] [log] [blame]
// Component manifest for the `echo_gtest_client`.
// It connects to echo server and passes back test results.
{
include: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "bin/echo_gtest_client",
},
use: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
}