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