blob: 4ecfc843a2399e6c8ea3bdbae72581fe3c9b953c [file]
// Copyright 2026 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: [
"//src/sys/test_runners/elf/create_raw_processes.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/stacktrack_collector_bin_test",
},
use: [
{ protocol: "fuchsia.process.Launcher" },
],
}