blob: cd98c9248861fd8ccfab20aba3113b223f7c31bb [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",
"backlight:tests",
"bin:tests",
"input:tests",
"lib:tests",
"light:tests",
"scenic:tests",
"testing:tests",
"tests",
"tools:tests",
]
}