| # 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/fuzzing/fuzzer.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", |
| "async:tests", |
| "async-loop:tests", |
| "async-testing:tests", |
| "backtrace-request:tests", |
| "bitmap:tests", |
| "block-client:tests", |
| "c:tests", |
| "digest:tests", |
| "edid:tests", |
| "elfload:tests", |
| "fbl:tests", |
| "ffl:tests", |
| "fit:tests", |
| "fs:tests", |
| "ftl:tests", |
| "ftl-mtd:tests", |
| "fvm:tests", |
| "fzl:tests", |
| "gfx:tests", |
| "hid-parser:tests", |
| "hwreg:tests", |
| "image-format:tests", |
| "inspect:tests", |
| "ldmsg:tests", |
| "memfs/test:tests", |
| "mmio-ptr/test:tests", |
| "nand-redundant-storage:tests", |
| "storage/buffer:tests", |
| "storage/operation:tests", |
| "sysconfig-client:tests", |
| "tftp:tests", |
| "trace-reader:tests", |
| "uart/test", |
| "utf_conversion:tests", |
| "zbi:tests", |
| "zbi-bootfs:tests", |
| "zbitl:tests", |
| "zircon-crypto:tests", |
| "zxio:tests", |
| "zxtest:tests", |
| "//zircon/third_party/ulib/lz4:tests", |
| ] |
| } |