| # Copyright 2020 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. |
| |
| # This target holds tests under //zircon/system/ulib which are now hosted in |
| # packages but whose code hasn't yet been migrated to //src. |
| # When a migration happens, the test needs to be removed from this list and |
| # placed within the proper `tests` target under //src. |
| |
| import("//build/fuzz.gni") |
| |
| # IMPORTANT NOTE |
| # Do not add more libraries to this directory. |
| # New libraries should be introduced under //src. |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| "abs_clock:tests", |
| "affine:tests", |
| "bitmap:tests", |
| "c:tests", |
| "closure-queue:tests", |
| "cmdline:tests", |
| "concurrent:tests", |
| "debugdata:tests", |
| "driver-unit-test:tests", |
| "elf-search:tests", |
| "fbl:tests", |
| "fdio-caller:tests", |
| "ffl:tests", |
| "fzl:tests", |
| "gfx:tests", |
| "hwreg:tests", |
| "id_allocator:tests", |
| "image-format:tests", |
| "inspect:tests", |
| "inspector:tests", |
| "io-scheduler:tests", |
| "lazy_init:tests", |
| "ldmsg:tests", |
| "lockdep:tests", |
| "mmio-ptr:tests", |
| "mock-function:tests", |
| "perftest:tests", |
| "pretty:tests", |
| "ram-crashlog:tests", |
| "range:tests", |
| "refcount:tests", |
| "region-alloc:tests", |
| "runtests-utils:tests", |
| "smbios:tests", |
| "storage/buffer:tests", |
| "storage/operation:tests", |
| "sysconfig-client:tests", |
| "syslog:tests", |
| "sysmem-version:tests", |
| "test-exceptions:tests", |
| "tftp:tests", |
| "trace-engine:tests", |
| "trace-provider:tests", |
| "trace-reader:tests", |
| "trace-test-utils:tests", |
| "trace-vthread:tests", |
| "uart:tests", |
| "zircon-internal:tests", |
| "zxtest:tests", |
| "//zircon/third_party/ulib/lz4:tests", |
| ] |
| } |
| |
| group("e2e_tests") { |
| testonly = true |
| deps = [ "uart:e2e_tests" ] |
| } |