blob: 96734352977c5f9a7e29c8461c5fee71070a04b0 [file] [log] [blame]
// Component manifest for the `concurrency_test_driver`.
// The test cases should run in parallel to succeed.
{
include: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "bin/concurrency_test_driver_gtest",
},
use: [
{
protocol: [ "fidl.examples.routing.echo.Echo" ],
},
],
}