blob: e3109fb8e0600f742a8189ed7e93b94d6a9721f0 [file] [log] [blame] [edit]
# 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",
"fvm:tests",
"images_manifest:tests",
"minfs:tests",
"partitions_config:tests",
"test_util:tests",
"update_package:tests",
"update_packages_manifest:tests",
"util:tests",
"vbmeta:tests",
"zbi:tests",
]
}