blob: 94d0b2a317ae9e4f4ae88e743261aa731659da4e [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.
{
// This component runs the tests for the starnix test runner.
include: [
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/starnix_test_runner_bin_test",
},
use: [
{
storage: "tmp",
path: "/tmp",
},
],
}