blob: 86c7a662f7579aa8157066fd423b61c07fed1d00 [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/lib.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/fuzz_test_runner",
use_next_vdso: "true",
},
capabilities: [
{
runner: "fuzz_test_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{
protocol: [
"fuchsia.fuzzer.Registrar",
"fuchsia.process.Launcher",
],
},
],
expose: [
{
runner: "fuzz_test_runner",
from: "self",
},
],
}