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