blob: c9314194759be2979c5dc61c2d847cf66044f5d3 [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/external_network_client",
},
use: [
{
protocol: [
"fuchsia.device.NameProvider",
"fuchsia.posix.socket.Provider",
],
},
],
}