blob: 8b5fda0562ff4eb3c47c35815b3cdf82f91b6f9d [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/dash-test",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
}