Sign in
fuchsia
/
fuchsia
/
46715c28b6a7
/
.
/
examples
/
tests
/
rust
/
meta
/
temp_user.cml
blob: 016f30ac962cf2578e80e0934bfaa5d0c25a1d76 [
file
] [
log
] [
blame
]
{
program
:
{
binary
:
"bin/temp_user_bin_test"
,
},
capabilities
:
[
{
protocol
:
"fuchsia.test.Suite"
},
],
use
:
[
{
runner
:
"rust_test_runner"
},
{
storage
:
"temp"
,
path
:
"/tmp"
,
},
],
expose
:
[
{
protocol
:
"fuchsia.test.Suite"
,
from
:
"self"
,
},
],
}