blob: 60a1b5f871c06c85b47ee956b429ed6f1552e9a3 [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("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",
]
}