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