| // Copyright 2024 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: [ | |
| "//src/power/testing/client/meta/client.shard.cml", | |
| "//src/sys/test_runners/gtest/default.shard.cml", | |
| "inspect/client.shard.cml", | |
| "syslog/client.shard.cml", | |
| ], | |
| program: { | |
| binary: "test/power_framework_test_realm_test_cpp_bin", | |
| }, | |
| } |