blob: 8d63928c08de3f32f3676c27f3edee222a845117 [file] [log] [blame]
# Copyright 2021 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_library.gni")
import("//build/go/toolchain.gni")
go_library("testutil") {
name = "go.fuchsia.dev/fuchsia/src/connectivity/network/netstack/link/eth/testutil"
deps = [
"//sdk/fidl/fuchsia.hardware.ethernet($go_toolchain)",
"//src/connectivity/network/netstack/fidlext/fuchsia/hardware/ethernet",
]
sources = [ "fifo_util.go" ]
}