blob: 85f926bf29f3f34be883703f33bc9f6397730d2e [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",
"components",
"cowsay",
"criterion_bench",
"dart",
"diagnostics",
"dotmatrix_display",
"fidl",
"fortune",
"fuzzers",
"hello_world",
"intl",
"isolated_cache",
"rust",
"speech",
"time",
]
}
group("tests") {
testonly = true
data_deps = [
"components:tests",
"dart:tests",
"diagnostics:tests",
"drivers/fifo:tests",
"fidl:tests",
"fuzzers:tests",
"hello_world:tests",
"intl:tests",
"isolated_cache:tests",
"rust:tests",
]
}