blob: 4fd4c2ed518869a9d8c3f13e6f5a95b690998d22 [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_dns_test") {
gopackage = "netstack/dns"
deps = [
"//garnet/go/src/netstack:netstack_lib",
]
}