blob: 8ecdeffdfc0b6c0e521c3d9fbb5807f165aca031 [file] [log] [blame]
# Copyright 2017 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.
import("//build/go/go_binary.gni")
import("//build/go/toolchain.gni")
go_binary("netstack_service_test") {
gopackage = "go.fuchsia.dev/fuchsia/src/connectivity/network/netstack/netstack_service_test"
deps = [
"../:netstack_lib",
"//sdk/fidl/fuchsia.netstack($go_toolchain)",
"//sdk/fidl/fuchsia.sys($go_toolchain)",
"//src/lib/component",
]
}