| # 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", | |
| "pkg-cache:tests", | |
| "pkg-resolver:tests", | |
| "pkgctl:tests", | |
| "system-update-checker:tests", | |
| "system-updater:tests", | |
| "update:tests", | |
| ] | |
| } | |
| group("e2e_tests") { | |
| testonly = true | |
| public_deps = [ "system-tests:tests" ] | |
| } |