blob: 3f964a825228b3dc76721f4d69498884f382bddc [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("tests") {
testonly = true
public_deps = [
"amberctl:tests",
"far:tests",
"isolated-ota:tests",
"omaha-client:tests",
"ota-dependency-checker:tests",
"pkg-cache:tests",
"pkg-local-mirror:tests",
"pkg-resolver:tests",
"pkgctl:tests",
"system-update-checker:tests",
"system-updater:tests",
"update:tests",
"usb-system-update-checker:tests",
]
}
group("e2e_tests") {
testonly = true
public_deps = [ "system-tests:tests" ]
}