blob: 2499d6c24f4dad62110640d676914672b3fc3e9e [file]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can
# found in the LICENSE file.
group("bin") {
testonly = true
public_deps = [
"omaha-client",
"pkgctl",
"pm",
"pm:host",
"update:update-bin",
]
}
group("tests") {
testonly = true
public_deps = [
"amber:tests",
"omaha-client:tests",
"pkg-cache:tests",
"pkg-resolver:tests",
"pkgctl:tests",
"pkgfs:tests",
"pm:tests",
"system-update-checker:tests",
"system-updater:tests",
"update:tests",
"usb-system-update-checker:tests",
]
}