blob: 185135dd829ab99a25df51e19c13b82372564614 [file] [log] [blame]
// Copyright 2021 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.
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/stress_test_runner",
},
capabilities: [
{
runner: "stress_test_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
expose: [
{
runner: "stress_test_runner",
from: "self",
},
],
}