Sign in
fuchsia
/
fuchsia
/
7a142ea8d5f8
/
.
/
src
/
sys
/
pkg
/
bin
/
pkg-cache
/
meta
/
pkg-cache-bin-test.cml
blob: b753c483bb6b91ab29b7095006a8a004173c614c [
file
] [
log
] [
blame
]
{
program
:
{
binary
:
"bin/pkg_cache_bin_test"
,
},
capabilities
:
[
{
protocol
:
"fuchsia.test.Suite"
},
],
use
:
[
{
runner
:
"rust_test_runner"
},
{
storage
:
"temp"
,
path
:
"/tmp"
,
},
],
expose
:
[
{
protocol
:
"fuchsia.test.Suite"
,
from
:
"self"
,
},
],
}