blob: 4966f0ada3c9e088a59889cc88fed823314e00a0 [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.
{
include: [
"sys/testing/elf_test_runner.shard.cml",
// Needed for fuchsia.kernel.RootJob
"sys/testing/system-test.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/root_job_test_runner",
args: [
"/pkg/bin/process_builder_lib_test",
"-Zunstable-options",
"--force-run-in-process",
],
},
use: [
{
protocol: [
"fuchsia.kernel.RootJob",
"fuchsia.process.Launcher",
],
},
],
}