blob: 3102adfaa8dc9400fd26d81668df1ab949f27938 [file] [log] [blame]
{
program: {
binary: "test/remote_control_lib_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "rust_test_runner" },
{
storage: "temp",
path: "/tmp",
},
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.sys.Launcher",
],
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}