| # 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("benchmarks") { |
| testonly = true |
| deps = [ |
| "iperf:benchmarks", |
| "resource-usage:benchmarks", |
| "socket-loopback:benchmarks", |
| "socket-tun:benchmarks", |
| "udp-serde:benchmarks", |
| "with-tracing:benchmarks", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| "iperf-hermetic:tests", |
| "resource-usage:tests", |
| "socket-loopback:tests", |
| "socket-tun:tests", |
| "udp-serde:tests", |
| ] |
| } |