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