blob: ded3bd1d2f4d8112ae613c1240c8ff5b86ad5696 [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_framework_unittests",
args: [ "data/corpus" ],
},
use: [
{ protocol: "fuchsia.process.Launcher" },
],
}