blob: 1ae5ef8bcbfde63cba82a67036e53819fb4ab35b [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",
"cpp",
"diagnostics",
"drivers",
"fidl",
"fuzzers",
"hello_world",
"intl",
"rust",
"time",
]
}
group("tests") {
testonly = true
data_deps = [
"components:tests",
"cpp:tests",
"diagnostics:tests",
"drivers:tests",
"fidl:tests",
"fuzzers:tests",
"hello_world:tests",
"intl:tests",
"rust:tests",
"testing:tests",
]
}