blob: c68c596cf0f18a6e96120b0700cd18826fb1b664 [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_test.gni")
import("//build/package.gni")
go_test("netstack_gonet_test") {
gopackage = "netstack/tests/automated/netstack_gonet_test"
deps = [
"//garnet/go/src/netstack:netstack_lib",
]
}