blob: 6b8e9532a9c63d5c26f891c6c9ea2fc41b74038b [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Packages needed for time synchronization in recovery images
group("recovery") {
deps = [
"httpsdate_time_source:httpsdate-time-source",
"timekeeper",
]
}
group("tests") {
testonly = true
deps = [
"httpsdate_time_source:tests",
"lib/httpdate-hyper:tests",
"lib/inspect-writable:tests",
"lib/pull-source:tests",
"lib/push-source:tests",
"lib/time-util:tests",
"timekeeper:tests",
"timekeeper_integration",
]
}