blob: 9901efe50306601ac4817a64c96ab4cd87afebfe [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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/cpp_outgoing_directory_test_bin",
},
use: [
// Needed for gTest Death Tests.
{ protocol: "fuchsia.process.Launcher" },
],
}