blob: 86fc7ff669e41504aca8acc042d7bf227e3a7013 [file] [log] [blame]
# Copyright 2020 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
deps = [
"nc",
"sockscripter",
]
}
group("tests") {
testonly = true
deps = [
"sockscripter:tests",
"//third_party/libpcap/tests",
"//third_party/tcpdump/tests",
]
}