blob: 543bdc6a1c4ad9b8c30c26081188ff8465465117 [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" ]
}
group("tests") {
testonly = true
deps = [ "tools:tests" ]
}
group("tools") {
testonly = true
deps = [ "tools:tools" ]
}