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