blob: 84532ab550f7f0e30595a2a7b68483372eff1daf [file] [log] [blame]
{
include: [
// Enable system logging
"//sdk/lib/diagnostics/syslog/client.shard.cml",
// Use Go test runner and expose fuchsia.test.Suite capability
"//src/sys/test_runners/gotests/default.shard.cml",
],
program: {
binary: "test/battery_manager_go_test",
},
use: [
{ protocol: "fuchsia.power.BatteryManager" },
],
}