blob: 51830f4a28490ea4cc9b53e32b425d27f99e9b0a [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: [
"//sdk/lib/inspect/client.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
"sys/testing/system-test.shard.cml",
],
program: {
binary: "bin/fuchsia_zircon_tests",
},
use: [
{
protocol: [
"fuchsia.boot.RootResource",
"fuchsia.kernel.HypervisorResource",
"fuchsia.kernel.VmexResource",
"fuchsia.process.Launcher",
],
},
],
}