blob: 260497a41b6d70cbc3ef348cb905b7fa68757196 [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.
group("intl") {
testonly = true
public_deps = [
"intl_property_provider_impl",
"lookup",
"unicode_utils",
]
}
group("tests") {
testonly = true
public_deps = [
"intl_property_provider_impl:tests",
"lookup:tests",
"unicode_utils:tests",
]
}