blob: d1f135d17ffbc1a0cd0136e846d80ae96a322a1f [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",
"syslog/client.shard.cml",
],
program: {
binary: "bin/hypervisor_integration_tests",
},
use: [
{
protocol: [
"fuchsia.kernel.HypervisorResource",
"fuchsia.kernel.VmexResource",
"fuchsia.sysinfo.SysInfo",
],
},
],
}