blob: 722aaaed68e036e8ebdfed0b29774cbc9825a246 [file] [log] [blame]
# Copyright 2019 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("examples") {
testonly = true
deps = [
":tests",
"cowsay",
"criterion_bench",
"dotmatrix_display",
"fortune",
"fuzzer",
"hello_world",
"isolated_cache",
"rolldice",
"rust",
"speech",
"//examples/components/basic:components_basic_example",
"//examples/components/basic:tests",
"//examples/components/routing:components-routing-example",
"//examples/components/routing_failed:components-routing-failed-example",
]
}
group("tests") {
testonly = true
data_deps = [
"fuzzer:tests",
"hello_world:tests",
"isolated_cache:tests",
"rolldice:rolldice-tests",
"rust:tests",
]
}