blob: 9589aefa89ac30165d98e48c711bf145ba835f6d [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",
"//src/lib/testing/expectation/tool",
]
}
group("tests") {
testonly = true
deps = [
"sockscripter:tests",
"//third_party/libpcap/tests",
"//third_party/tcpdump/tests",
]
}