blob: 05753f18c37ac2e160a2dd3e99880360859cde72 [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")
import("//src/sys/build/fuchsia_unittest_package.gni")
go_test("netstack_dns_test") {
gopackages =
[ "go.fuchsia.dev/fuchsia/src/connectivity/network/netstack/dns" ]
deps = [ "../:netstack_lib" ]
}
fuchsia_unittest_package("netstack-dns-gotests") {
deps = [ ":netstack_dns_test" ]
manifest = "meta/netstack_dns_test.cmx"
}