blob: c5bef839026d543358eb3df563acf166bbbb8e25 [file] [log] [blame]
# 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/dev_finder",
"//tools/net/mdnstool",
]
}
group("tests") {
testonly = true
deps = [
"//tools/net/dev_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",
]
}