blob: 5e078af54d378ad814ea195fa84e00ffebd056f7 [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: [
// Use Rust test runner and expose fuchsia.test.Suite capability
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/brightness_manager_bin_test",
},
use: [
{
storage: "data",
path: "/data",
},
],
}