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