blob: 0091abf2e17e93554af8ecf3db5af1b08f3e0e45 [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/sys/testing/system-test.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/sched_tests",
},
use: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.scheduler.ProfileProvider",
],
},
],
}