blob: 19bf0adb70064d7b3554da6ad46f6612f14c3ed9 [file] [log] [blame]
# 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.
source_set("os") {
sources = [ "os.h" ]
}
group("tests") {
testonly = true
public_deps = [
"benchmarks:tests",
"connect:tests",
"delegated-provisioning:tests",
"external_network:tests",
"fidl:tests",
"getifaddrs:tests",
"integration:tests",
"iperf:tests",
"multi_nic:tests",
"socket:tests",
"tproxy:tests",
"//third_party/gvisor_syscall_tests:tests",
]
}