| // Copyright 2023 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/system-activity-governor/meta/no-suspender-for-test-sag.shard.cml", |
| "//src/starnix/containers/debian/meta/debian_container_with_user_volume_for_test.shard.cml", |
| "//src/starnix/tests/starnix_test.shard.cml", |
| ], |
| program: { |
| binary: "data/tests/syscalls_rust_test_bin", |
| uid: "0", |
| environ: [ |
| "MUTABLE_STORAGE=/data", |
| "RUST_BACKTRACE=full", |
| ], |
| }, |
| } |