blob: 00bb2c4fb21c4604e6c1c20bf89a0e12d25f9b56 [file] [log] [blame]
// Copyright 2021 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: [
// Use Go test runner and expose fuchsia.test.Suite capability
"//src/sys/test_runners/gotests/default.shard.cml",
// Enable system logging
"syslog/client.shard.cml",
],
program: {
binary: "test/battery_manager_go_test",
},
use: [
{ protocol: "fuchsia.power.battery.BatteryManager" },
],
}