# 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 = [ | |
"boringssl:boringssl-fuzzers", | |
"boringssl:tests", | |
"colorama:tests", | |
"go:tests", | |
"jellyfish:tests", | |
"libc-tests:nacl-libc-tests", | |
"pigweed:tests", | |
"re2:tests", | |
"tcpdump:tests", | |
] | |
} |