blob: 3c91912aa41f9f64f6c9b0532324b4f1430720e0 [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_manager/system-test.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/power_manager_bin_test",
},
use: [
{
protocol: [ "fuchsia.sys.Environment" ],
},
{
// NOTE: config-data in tests requires specifying the package:
// https://fuchsia.dev/fuchsia-src/development/components/v2/migration/features?hl=en#configuration_data_in_tests
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
],
}