blob: 3bf32d1660f9486143a39e6cb4b41e6fa5a2d31c [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
public_deps = [
"intl_services",
"strings_to_fidl",
"strings_to_json",
]
}
group("tests") {
testonly = true
public_deps = [
"intl_services:tests",
"strings_to_fidl:tests",
"strings_to_json:tests",
]
}
group("config") {
public_deps = [ "intl_services:config" ]
}