blob: 0ab59008f56ca1d7a1a3b960950bfc2ba405a827 [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("icu") {
testonly = true
deps = [
":tests",
"rust",
]
}
group("tests") {
testonly = true
deps = [
"rust:tests",
]
}
group("tools") {
testonly = true
deps = [
"tools:tools",
]
}