blob: c3894ba44100dfbc24601c872aa7c2629dc389f9 [file] [log] [blame] [edit]
// Copyright 2025 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: [
"sys/testing/gtest_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/custom-startup-test",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
}