blob: 1af1a844ad0dd96ee9692832b310a817a2ddc9bd [file] [log] [blame]
// Copyright 2023 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: [
"//src/sys/test_runners/lib.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/rust_test_runner",
job_policy_create_raw_processes: "true",
},
capabilities: [
{
runner: "rust_test_create_raw_processes_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{
storage: "data",
path: "/data",
},
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
expose: [
{
runner: "rust_test_create_raw_processes_runner",
from: "self",
},
],
}