blob: dc3217116d8ed831ed8420cbd927fa3b65c9ba45 [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("ui") {
deps = [
"a11y",
"bin",
"examples",
"input",
"scenic",
"tools",
]
}
group("tests") {
testonly = true
deps = [
"a11y:tests",
"bin:tests",
"input:tests",
"lib:tests",
"light:tests",
"scenic:tests",
"testing:tests",
"tests",
"tools:tests",
]
}