blob: 786bb8e71ab9fdd732dd61e20ed4c5ce949f4f47 [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: [
"//src/sys/test_runners/elf/create_raw_processes.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/process_builder_lib_test",
},
use: [
{
protocol: [
"fuchsia.kernel.RootJob",
"fuchsia.process.Launcher",
],
},
],
}