blob: 2633a64231d302f310fd3dac5120df54ed922265 [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.
{
include: [
"//sdk/lib/sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/stdio-test",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
storage: "tmp",
path: "/tmp",
},
{
directory: "bin",
rights: [ "r*" ],
path: "/bin",
},
],
}