blob: cdfa1341eb70a5b71ec2127dae64d721224fb9bf [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: [
"sys/testing/gtest_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/hello_gtest",
},
use: [
{
// Needed for ASSERT_DEATH
protocol: [ "fuchsia.process.Launcher" ],
},
],
}