blob: ebf522fd917a4e31717cc4c05ee53c6d26fe38db [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/elf_test_runner.shard.cml",
"//src/sys/test_manager/system-test.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/driver_manager_test",
},
use: [
{
protocol: [
"fuchsia.boot.Items",
"fuchsia.kernel.RootJob",
"fuchsia.process.Launcher",
],
},
],
}