Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
starnix
/
examples
/
hello_starnix
/
meta
/
hello_starnix.cml
blob: 6a09e4a9ab097cff528995223ecab778428dd132 [
file
] [
log
] [
blame
]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
program
:
{
runner
:
"starnix_container"
,
binary
:
"data/tests/hello_starnix"
,
},
}