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