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