blob: 10851094579bb032d43d2be1d2a17572ba89b93d [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",
"drivers",
"examples",
"policy",
"scenic",
"tools",
]
}
group("tests") {
testonly = true
deps = [
"a11y:tests",
"bin:tests",
"drivers:tests",
"lib:tests",
"scenic:tests",
"testing:tests",
"tests",
"tools:tests",
]
}