blob: f5648401039e83f5ac459d47921b9f694904b068 [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("components") {
testonly = true
deps = [
"config",
"echo:echo-example",
"lifecycle:lifecycle-example",
"routing:components-routing-example",
"routing_failed:components-routing-failed-example",
"services",
]
}
group("tests") {
testonly = true
deps = [
"config:tests",
"echo:tests",
"realm_builder:tests",
"routing:tests",
"services:tests",
]
}