blob: 3e8beb93e16025d6902d3bd7e0a3f8b82c6de8e9 [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/fuzzing/common/meta/test.shard.cml" ],
program: {
binary: "test/component_fuzzing_framework_tests",
},
use: [
{ protocol: "fuchsia.fuzzer.TargetAdapter" },
{ protocol: "fuchsia.fuzzer.CoverageProvider" },
],
}