blob: 22efd32f04aac2a9896059c213d255e21727dbd2 [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 = "netstack/netstack_service_test"
deps = [
"../:netstack_lib",
"//sdk/fidl/fuchsia.netstack($go_toolchain)",
"//sdk/fidl/fuchsia.sys($go_toolchain)",
"//src/lib/component/go/src/app",
]
}