blob: 83d0f903a1948e1c09998fb108c1bf16c4b327ff [file] [log] [blame]
{
program: {
binary: "test/remote_control_lib_test",
},
use: [
{ runner: "rust_test_runner" },
{
directory: "/tmp",
from: "parent",
rights: [ "rw*" ],
},
{
protocol: [
"/svc/fuchsia.logger.LogSink",
"/svc/fuchsia.sys.Launcher",
],
from: "parent",
},
],
expose: [
{
protocol: "/svc/fuchsia.test.Suite",
from: "self",
},
],
}