blob: 1db27b7d3abad50c766eba652976c8ad4f60eb7e [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",
"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" ]
}