blob: 1596e491ac0a3af5fdb4492635eb0061cf457223 [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" ],
program: {
binary: "test/component_fuzzing_integration_tests",
},
use: [
{
protocol: [
"fuchsia.fuzzer.Registrar",
"fuchsia.fuzzer.Registry",
],
},
],
}