blob: 7551d6d3bf6514012f60b5a2aa8033a11773d311 [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/sshutil:sshutil_tests",
"//tools/net/tftp:tftp_tests",
]
}