blob: f3a1ea9606baec5982e97aae8c8e98815adefc87 [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.
group("intl") {
testonly = true
deps = [
"tz_version_parrot",
"wisdom",
]
}
group("tests") {
testonly = true
deps = [
"tz_version_parrot:tests",
"wisdom:tests",
]
}