| # 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", | |
| "//garnet/public/lib/component/go/src/app", | |
| "//sdk/fidl/fuchsia.netstack($go_toolchain)", | |
| "//sdk/fidl/fuchsia.sys($go_toolchain)", | |
| ] | |
| } |