| # 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. | |
| # For ICU-aware libraries, use "//src/lib/icu_data/rust/icu_data:icu_data" | |
| # instead of this target. | |
| group("rust") { | |
| testonly = true | |
| public_deps = [ "icu_data" ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ "icu_data:tests" ] | |
| } |