blob: b2b2f611c2f8c99bbe0535ab3dddb1725c860afb [file] [log] [blame] [edit]
// 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: [
"//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/fuzzing_common_error_unittests",
},
use: [
{ protocol: "test.fuzzer.Relay" },
{ protocol: "fuchsia.process.Launcher" },
],
}