blob: 933572c859a32b422007a321bbacce0282dd8818 [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",
"system-update-configurator",
"update:update-bin",
]
}
group("tests") {
testonly = true
public_deps = [
"grand-swd-binary:tests",
"multi-universal-tool:tests",
"omaha-client:tests",
"pkg-cache:tests",
"pkg-resolver:tests",
"pkgctl:tests",
"pm:tests",
"system-update-checker:tests",
"system-update-committer:tests",
"system-update-configurator:tests",
"system-updater:tests",
"update:tests",
]
}