| # Copyright 2019 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 | 
 |  | 
 |   deps = [ | 
 |     "analytics:tests", | 
 |     "android:tests", | 
 |     "async-utils:tests", | 
 |     "backoff:tests", | 
 |     "callback:tests", | 
 |     "chunked-compression:tests", | 
 |     "cobalt:tests", | 
 |     "containers/cpp:containers_cpp_unittests($host_toolchain)", | 
 |     "containers/cpp:tests", | 
 |     "cstringify:tests", | 
 |     "ddk:tests", | 
 |     "ddktl:tests", | 
 |     "debug:tests", | 
 |     "depfile:depfile_test($host_toolchain)", | 
 |     "detect-stall:tests", | 
 |     "diagnostics:tests", | 
 |     "digest:tests", | 
 |     "directed_graph:tests", | 
 |     "driver_symbols:tests", | 
 |     "dynfidl:tests", | 
 |     "elfldltl:tests", | 
 |     "elflib:tests", | 
 |     "error/clonable_error:tests", | 
 |     "fable:tests", | 
 |     "fake-clock:tests", | 
 |     "fdio:tests", | 
 |     "fdomain:tests", | 
 |     "fidl:tests", | 
 |     "fidl_codec:tests", | 
 |     "fidl_server:tests", | 
 |     "fidl_table_validation:tests", | 
 |     "files:tests", | 
 |     "fostr:tests", | 
 |     "fsl:fsl_tests", | 
 |     "fuchsia:tests", | 
 |     "fuchsia-async:tests", | 
 |     "fuchsia-component:tests", | 
 |     "fuchsia-component-test:tests", | 
 |     "fuchsia-cprng:tests", | 
 |     "fuchsia-fs:tests", | 
 |     "fuchsia-hyper:tests", | 
 |     "fuchsia-image-format:tests", | 
 |     "fuchsia-lockfile:tests", | 
 |     "fuchsia-rcu:tests", | 
 |     "fuchsia-rcu-collections:tests", | 
 |     "fuchsia-runtime:tests", | 
 |     "fuchsia-sync:tests", | 
 |     "fuchsia-url:tests", | 
 |     "fxl:tests", | 
 |     "gcs:tests($host_toolchain)", | 
 |     "http-sse:tests", | 
 |     "http-uri-ext:tests", | 
 |     "icu:tests", | 
 |     "icu_data:tests", | 
 |     "inet:tests", | 
 |     "inject:tests", | 
 |     "injectable-time:tests", | 
 |     "intl:tests", | 
 |     "json_parser:tests", | 
 |     "libdoc:tests($host_toolchain)", | 
 |     "line_input:tests", | 
 |     "listnode:tests", | 
 |     "llvm-profdata:tests", | 
 |     "loader_service:tests", | 
 |     "mapped-clock:tests", | 
 |     "mapped-vmo:tests", | 
 |     "mdns:tests", | 
 |     "metrics_buffer:tests", | 
 |     "mpmc:tests", | 
 |     "mundane:tests", | 
 |     "network:tests", | 
 |     "pkg_url:pkg_url_unittests", | 
 |     "process:tests", | 
 |     "process_builder:tests", | 
 |     "product_description:tests($host_toolchain)", | 
 |     "pty:tests", | 
 |     "replace-with:tests", | 
 |     "rust_url:tests", | 
 |     "sandbox:tests", | 
 |     "scoped_task:tests", | 
 |     "security:tests", | 
 |     "shared-buffer:tests", | 
 |     "stdformat:tests", | 
 |     "structured_ui:tests", | 
 |     "symbolizer-markup:tests", | 
 |     "syslog:tests", | 
 |     "tcp-stream-ext:tests", | 
 |     "tempfile-ext:tests", | 
 |     "test_diagnostics:tests", | 
 |     "test_util:tests", | 
 |     "testing:tests", | 
 |     "timekeeper:tests", | 
 |     "trace:tests", | 
 |     "transfer_manifest:tests", | 
 |     "trivial-allocator:tests", | 
 |     "ubsan-custom:tests", | 
 |     "ui:tests", | 
 |     "unwinder:tests", | 
 |     "usb_rs:tests($host_toolchain)", | 
 |     "utf8_path:tests", | 
 |     "utf_conversion:tests", | 
 |     "uuid:tests", | 
 |     "versioning:tests", | 
 |     "vmo_store:tests", | 
 |     "vulkan:tests", | 
 |     "watch_handler:tests", | 
 |     "webpki-roots-fuchsia:webpki-roots-fuchsia_tests", | 
 |     "windowed-stats:tests", | 
 |     "zbitl:tests", | 
 |     "zxc:tests", | 
 |     "zxdump:tests", | 
 |   ] | 
 |  | 
 |   if (current_cpu != "riscv64") { | 
 |     deps += [ | 
 |       # The Go toolchain does not support RISC-V. | 
 |       # TODO(https://fxbug.dev/42080326): Rename `components` to indicate that it is | 
 |       # specific to Go. | 
 |       "component:tests", | 
 |       "go-benchmarking:tests", | 
 |     ] | 
 |   } | 
 | } | 
 |  | 
 | group("boot_tests") { | 
 |   testonly = true | 
 |  | 
 |   deps = [ "elfldltl:boot_tests" ] | 
 | } |