blob: 2223a6de7153d1120ce0a104eaa716195163b165 [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 = [
"cowsay",
"fortune",
"hello_world",
"media",
"speech",
]
}
group("tests") {
testonly = true
deps = [
"hello_world:tests",
"rust_static_linking:static_linking_tests",
]
}