blob: 3578c56e43c994b5773d1cbdcb1b987a3900d054 [file] [log] [blame]
# 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("bin") {
testonly = true
public_deps = [
"omaha-client",
"pkgctl:pkgctl-bin",
"pm",
"pm:host",
"update:update-bin",
]
}
group("tests") {
testonly = true
public_deps = [
"amber:tests",
"grand-swd-binary:tests",
"multi-universal-tool:tests",
"omaha-client:tests",
"pkg-cache:tests",
"pkg-resolver:tests",
"pkgctl:tests",
"pkgfs:tests",
"pm:tests",
"system-update-checker:tests",
"system-update-committer:tests",
"system-updater:tests",
"update:tests",
"usb-system-update-checker:tests",
]
}