blob: 028633d5b2c55df27bb95e7ed131cb3c3b94ba2f [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" },
],
}