blob: 59e6eb1e0618f6d95ae9c524e94816ebb84fe0cf [file] [log] [blame]
# Copyright 2021 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") {
deps = [
"hello_debian",
"hello_starnix",
]
}
group("tests") {
testonly = true
deps = [
"hello_debian:tests",
"hello_starnix:tests",
]
}