| # 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("lib") { |
| testonly = true |
| deps = [ |
| ":tests", |
| "backoff", |
| "callback", |
| "chunked-compression", |
| "cobalt", |
| "diagnostics", |
| "directed_graph", |
| "dynfidl", |
| "eld", |
| "elfldltl", |
| "elflib", |
| "fake-clock", |
| "fasync", |
| "fdio", |
| "fidl_table_validation", |
| "files", |
| "fuchsia-async-testloop", |
| "fuchsia-url", |
| "fuchsia_nix", |
| "gcs($host_toolchain)", |
| "http-sse:http_sse", |
| "http-uri-ext", |
| "icu", |
| "icu_data", |
| "inet", |
| "intl", |
| "isolated_devmgr", |
| "llvm-profdata", |
| "loader_service", |
| "mapped-vmo", |
| "mdns", |
| "metrics_buffer", |
| "mundane", |
| "network", |
| "pkg_url", |
| "security", |
| "shared-buffer", |
| "storage", |
| "symbolizer-markup", |
| "syslog", |
| "tcp-stream-ext", |
| "testing", |
| "timekeeper", |
| "trace", |
| "trivial-allocator", |
| "ui", |
| "usb_bulk", |
| "uuid", |
| "versioning", |
| "vmo_store", |
| "zerocopy", |
| "zxdump", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| |
| deps = [ |
| "analytics:tests", |
| "async-gunzip:tests", |
| "async-utils:tests", |
| "async-watchdog:tests", |
| "backoff:tests", |
| "by_addr:tests", |
| "callback:tests", |
| "chunked-compression:tests", |
| "cmx:tests", |
| "cobalt:tests", |
| "component:tests", |
| "component_hub:tests", |
| "containers/cpp:tests", |
| "cstr:tests", |
| "cutex:tests", |
| "ddk:tests", |
| "ddktl:tests", |
| "diagnostics:tests", |
| "digest:tests", |
| "directed_graph:tests", |
| "dynfidl:tests", |
| "elfldltl:tests", |
| "elflib:tests", |
| "error/clonable_error:tests", |
| "fable:tests", |
| "fake-clock:tests", |
| "fasync:tests", |
| "fdio:tests", |
| "fidl:tests", |
| "fidl_codec:tests", |
| "fidl_table_validation:tests", |
| "files:tests", |
| "fostr:tests", |
| "fuchsia:tests", |
| "fuchsia-async:tests", |
| "fuchsia-async-testloop:tests", |
| "fuchsia-component:tests", |
| "fuchsia-component-test:tests", |
| "fuchsia-cxx:tests", |
| "fuchsia-fs:tests", |
| "fuchsia-hyper:tests", |
| "fuchsia-image-format:tests", |
| "fuchsia-runtime:tests", |
| "fuchsia-url:tests", |
| "fuzzing:tests", |
| "fxl:tests", |
| "gcs:tests($host_toolchain)", |
| "go-benchmarking:tests", |
| "http-sse:tests", |
| "http-uri-ext:tests", |
| "icu:tests", |
| "icu_data:tests", |
| "inet:tests", |
| "inject:tests", |
| "injectable-time:tests", |
| "intl:tests", |
| "isolated_devmgr:tests", |
| "json_parser:tests", |
| "libdoc:tests($host_toolchain)", |
| "line_input:tests", |
| "listnode:tests", |
| "llvm-profdata:tests", |
| "loader_service:tests", |
| "mapped-vmo:tests", |
| "mdns:tests", |
| "metrics_buffer:tests", |
| "mpmc:tests", |
| "mundane:tests", |
| "network:tests", |
| "process_builder:tests", |
| "pty:tests", |
| "scoped_task:tests", |
| "security:tests", |
| "shared-buffer:tests", |
| "storage:tests", |
| "symbolizer-markup:tests", |
| "syslog:tests", |
| "tcp-stream-ext:tests", |
| "test_diagnostics:tests", |
| "test_util:tests", |
| "testing:tests", |
| "thinfs:tests", |
| "timekeeper:tests", |
| "trace:tests", |
| "trivial-allocator:tests", |
| "ui:tests", |
| "usb_bulk:tests", |
| "utf_conversion:tests", |
| "versioning:tests", |
| "vmo_store:tests", |
| "vulkan:tests", |
| "watch_handler:tests", |
| "zerocopy:tests", |
| "zircon:tests", |
| "zxc:tests", |
| "zxdump:tests", |
| ] |
| } |