Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
starnix
/
examples
/
hello_debian
/
cpp
/
meta
/
hello_debian_cpp.cml
blob: b65bbd39f47000ff898d26ecba9bae44fa16b877 [
file
] [
log
] [
blame
]
// Copyright 2024 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_debian_cpp"
,
},
}