blob: d7ada1278c743ba599952464dbc6f1e2ddcbc4cb [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") {
gopackages =
[ "go.fuchsia.dev/fuchsia/src/connectivity/network/netstack/util" ]
deps = [ "../:netstack_lib" ]
}