blob: afa6f0d957766e135e57a173a70a78934c17eb8a [file] [log] [blame]
# Copyright 2018 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_test.gni")
go_test("netstack_util_test") {
gopackage = "netstack/util"
deps = [
"//garnet/go/src/netstack:netstack_lib",
]
}