blob: 8692c176afaf409bee07afac9b492b61d30ee86c [file] [log] [blame]
# Copyright 2021 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("proc") {
deps = [
"bin",
"examples",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"bundles:tests",
"lib:tests",
"tests",
]
}