blob: e69c2990df2b468b381328f84a1628a386300ca4 [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: "bin/component_fuzzing_test_engine",
},
use: [
{ protocol: "fuchsia.fuzzer.TargetAdapter" },
],
}