blob: 14046d1528ec7a7521a295572df88985d542ad20 [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.
// Modify the lines below to change what output is emitted.
{
include: [ "//src/sys/fuzzing/libfuzzer/default.shard.cml" ],
program: {
args: [
"test/noisy_fuzzer",
"--stdout",
"--no-stderr",
"--syslog",
],
},
}