blob: 51059a13a6b8f620508ad2c45e680b9146327d57 [file] [log] [blame]
{
"program": {
"binary": "bin/rust_test_adapter",
"args": [
"/pkg/test/workstation_session_bin_test",
]
},
"expose": [
{
"protocol": "/svc/fuchsia.test.Suite",
"from": "self",
},
],
"use": [
{ "runner": "elf" },
{
"protocol": "/svc/fuchsia.process.Launcher",
},
{
"protocol": "/svc/fuchsia.logger.LogSink",
},
],
}