blob: 9f503697566d1f165bf06066532f289c5f20f7b4 [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_fuchsia_c_api_test",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
from: "parent",
},
],
}