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