blob: ae221fb486319b5c95c514942fee4ea2d02445fe [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_link_bridge_test") {
gopackage = "netstack/link/bridge"
deps = [
"//garnet/go/src/netstack:netstack_lib",
]
}