blob: 8babddb355c890f196748ad532c5830a03e9eddb [file] [log] [blame]
{
"facets": {
"fuchsia.test": {
"system-services": [
"fuchsia.boot.RootJob",
"fuchsia.boot.RootResource"
]
}
},
"program": {
"args": [
"/pkg/test/component_manager_boot_env_tests",
"-Zunstable-options",
"--exclude-should-panic",
"--force-run-in-process"
],
"binary": "bin/root_job_test_runner"
},
"sandbox": {
"features": [
"isolated-temp"
],
"services": [
"fidl.examples.echo.Echo",
"fuchsia.boot.RootJob",
"fuchsia.boot.RootResource",
"fuchsia.io.Directory",
"fuchsia.process.Launcher"
]
}
}