| { | |
| program: { | |
| binary: "bin/pkg_cache_bin_test", | |
| }, | |
| capabilities: [ | |
| { protocol: "fuchsia.test.Suite" }, | |
| ], | |
| use: [ | |
| { runner: "rust_test_runner" }, | |
| { | |
| directory: "tmp", | |
| rights: [ "rw*" ], | |
| path: "/tmp", | |
| }, | |
| ], | |
| expose: [ | |
| { | |
| protocol: "fuchsia.test.Suite", | |
| from: "self", | |
| }, | |
| ], | |
| } |