blob: 2ebdbb2de1a2093825c3c554426e5c38b4104cbb [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",
]
}