Sign in
fuchsia
/
fuchsia
/
fa30e33612b9
/
.
/
examples
/
components
/
basic
/
meta
/
hello_world_bin_test.cml
blob: e2b6cf1b2a10e0546c1e333f26f945223fb68a52 [
file
] [
log
] [
blame
]
{
program
:
{
binary
:
"bin/hello_world_bin_test"
,
},
use
:
[
{
runner
:
"rust_test_runner"
},
{
protocol
:
[
"/svc/fuchsia.logger.LogSink"
],
},
],
expose
:
[
{
protocol
:
"/svc/fuchsia.test.Suite"
,
from
:
"self"
,
},
],
}