blob: e5f7d86eac3da01f95c3d475c4dc1a3bd39a4286 [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/go_test.gni")
import("//build/go/toolchain.gni")
go_binary("netstat") {
gopackage = "netstack/netstat"
deps = [
"../:netstack_lib",
"//garnet/public/lib/component/go/src/app",
]
}
go_test("netstack_netstat_test") {
gopackage = "netstack/netstat"
deps = [
"../:netstack_lib",
"//garnet/public/lib/component/go/src/app",
]
}