blob: 6f7912871817ce4024c2b9d28a94fa3619f4522a [file] [log] [blame]
// Copyright 2021 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/fuzzing/common/meta/test.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
],
program: {
binary: "test/component_fuzzing_libfuzzer_unittests",
},
use: [
{ protocol: "test.fuzzer.Relay" },
],
}