| { | |
| include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ], | |
| program: { | |
| binary: "test/remote_control_lib_test", | |
| }, | |
| capabilities: [ | |
| { protocol: "fuchsia.test.Suite" }, | |
| ], | |
| use: [ | |
| { runner: "rust_test_runner" }, | |
| { | |
| storage: "temp", | |
| path: "/tmp", | |
| }, | |
| { | |
| protocol: [ "fuchsia.sys.Launcher" ], | |
| from: "parent", | |
| }, | |
| ], | |
| expose: [ | |
| { | |
| protocol: "fuchsia.test.Suite", | |
| from: "self", | |
| }, | |
| ], | |
| } |