| # Copyright 2023 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("tests") { | |
| testonly = true | |
| public_deps = [ | |
| "colorama:tests", | |
| "go:tests", | |
| "jellyfish:tests", | |
| "pigweed:tests", | |
| "re2:tests", | |
| "tcpdump:tests", | |
| ] | |
| } |