blob: 664ab928bf3412839c9718c65cd1182edf9cc801 [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/dns/meta/client.shard.cml",
"//src/connectivity/network/tests/meta/netstack_with_fast_udp_socket_test.shard.cml",
],
program: {
binary: "test/netstack_dgramsocket_c_api_test",
environ: [ "FAST_UDP=true" ],
},
}