blob: 0929381c3bf64e0551fb7acc9b566f135b93a626 [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",
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/multi_nic_test_client",
},
use: [
{
protocol: [ "fuchsia.posix.socket.Provider" ],
},
],
}