blob: 9197ac8546be01287c0d1caee20489ee8a43beb0 [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",
"routing:tests",
"services:tests",
]
}