blob: 74feddbb3fd5aebb30ed116767b0acea2a47aeaa [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",
"syslog/client.shard.cml",
],
program: {
binary: "test/component_fuzzing_framework_fatal_unittests",
},
use: [
{ protocol: "fuchsia.process.Launcher" },
],
}