blob: e81d485b65f4c6e32bd64fedeac9eff26447fa1a [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 be
# found in the LICENSE file.
import("//build/components.gni")
group("tz_version_parrot") {
testonly = true
deps = [
"cpp",
"rust",
]
}
group("tests") {
testonly = true
deps = [
"cpp:tests",
"rust:tests",
]
}
# Locally packaged TZData resource
resource("tz_version_parrot_resources") {
sources = [ "newer_revision.txt" ]
outputs = [ "data/{{source_file_part}}" ]
}