blob: 18c581d41c6e46240ae753cfdb9763a8d9815c1e [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_with_fast_udp_socket_test.shard.cml" ],
program: {
binary: "test/netstack_fuchsia_c_api_test",
environ: [ "FAST_UDP=true" ],
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
from: "parent",
},
],
}