blob: 8e2408d5f25163ce82d7a38bfd54f305ba74630a [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/connectivity/network/testing/netemul/sync-manager/meta/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/netemul_runner_test_server",
},
use: [
{ protocol: "fuchsia.posix.socket.Provider" },
],
}