blob: 252e755908acaecc8d405da9624ea1dbf17a304c [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 `concurrency_test_driver`.
// The test cases should run in parallel to succeed.
{
include: [
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/concurrency_test_driver_gtest",
},
use: [
{
protocol: [ "fidl.examples.routing.echo.Echo" ],
},
],
}