blob: 60a805f35fbfd51f7cb7f5c85bb0082cfb72d720 [file] [log] [blame]
// Copyright 2023 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/sys/testing/elf_test_runner.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/driver_runtime_scheduler_role_test",
},
use: [
{
protocol: [ "fuchsia.scheduler.RoleManager" ],
},
],
}