| # Copyright 2021 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 = [ | |
| "base_package:tests", | |
| "blobfs:tests", | |
| "config_data:tests", | |
| "fvm:tests", | |
| "images_config:tests", | |
| "images_manifest:tests", | |
| "minfs:tests", | |
| "partitions_config:tests", | |
| "test_util:tests", | |
| "tool:tests", | |
| "update_package:tests", | |
| "update_packages_manifest:tests", | |
| "util:tests", | |
| "vbmeta:tests", | |
| "zbi:tests", | |
| ] | |
| } |