blob: 6594d009e57dd687d5d9cb9c14e6b63cfa78e5c4 [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/components.gni")
import("//build/go/go_test.gni")
go_test("netstack_routes_test") {
gopackages =
[ "go.fuchsia.dev/fuchsia/src/connectivity/network/netstack/routes" ]
deps = [ "../:netstack_lib" ]
}
fuchsia_unittest_package("netstack-routes-gotests") {
deps = [ ":netstack_routes_test" ]
manifest = "meta/netstack_routes_test.cmx"
}