| # 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", | |
| "multi_nic:tests", | |
| "socket:tests", | |
| "tproxy:tests", | |
| "//third_party/gvisor_syscall_tests:tests", | |
| ] | |
| } |