# 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", | |
"fortune", | |
"hello_world", | |
"media", | |
"speech", | |
"//examples/components/basic:components_basic_example", | |
"//examples/components/routing:components_routing_example", | |
] | |
} | |
group("tests") { | |
testonly = true | |
data_deps = [ | |
"hello_world:tests", | |
"rust_static_linking:static_linking_tests", | |
] | |
} |