blob: e1280a3439c6150c699bc51ed517d028ad88dc8a [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/tests/meta/netstack_socket_test.shard.cml" ],
program: {
binary: "test/netstack_packetsocket_c_api_test",
},
use: [
{
protocol: [ "fuchsia.posix.socket.packet.Provider" ],
from: "#netstack",
},
],
}