| // 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: [ |
| "sys/testing/elf_test_runner.shard.cml", |
| "syslog/client.shard.cml", |
| ], |
| program: { |
| binary: "bin/fdio-spawn-tests-bin", |
| |
| // TODO(b/295025303): Delete when Resolve tests are fixed. |
| args: [ "--gtest_filter=-ResolveTest.*" ], |
| forward_stderr_to: "log", |
| forward_stdout_to: "log", |
| }, |
| use: [ |
| { |
| protocol: [ |
| "fuchsia.process.Launcher", |
| "fuchsia.process.Resolver", |
| ], |
| }, |
| ], |
| } |