blob: b93e3b91cc016c59edeceeaf117775246df81b6e [file]
# Copyright 2018 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 = [
"benchmarks:tests",
"connect:tests",
"external_network:tests",
"fidl:tests",
"getifaddrs:tests",
"integration:tests",
"iperf:tests",
"multi_nic:tests",
"socket:tests",
"//third_party/gvisor_syscall_tests:tests",
]
}