blob: d2d4a132e18f696996837e5acba4c0b648d6103a [file] [log] [blame]
// 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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/zxdump-unittests",
},
use: [
{
protocol: [
"fuchsia.kernel.InfoResource",
"fuchsia.kernel.RootJob",
"fuchsia.process.Launcher",
"fuchsia.process.Resolver",
],
},
],
}