blob: e7f53824ec90cf03a4d04b1ade387c29ba5a030a [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 Rust test runner and expose fuchsia.test.Suite capability
"//src/sys/test_runners/rust/default.shard.cml",
// Enable system logging
"syslog/client.shard.cml",
],
program: {
binary: "bin/battery_manager_bin_test",
},
}