| # Copyright 2019 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. |
| |
| group("tools") { |
| testonly = true |
| |
| public_deps = [ |
| "//tools/net/device-finder", |
| "//tools/net/mdnstool", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| |
| deps = [ |
| "//tools/net/device-finder:dev_finder_tests", |
| "//tools/net/digest:digest_tests", |
| "//tools/net/mdns:mdns_tests", |
| "//tools/net/netboot:netboot_tests", |
| "//tools/net/sshutil:sshutil_tests", |
| "//tools/net/tftp:tftp_tests", |
| ] |
| } |