blob: 17b14ba41a114a681328a366738c3eb25c829cf6 [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: [
"//sdk/lib/inspect/client.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/component_fuzzing_libfuzzer_unittests",
},
use: [
{ protocol: "test.fuzzer.Relay" },
{ protocol: "fuchsia.process.Launcher" },
],
}