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