| # Copyright 2025 The Fuchsia Authors. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| group("products") { |
| testonly = true |
| deps = [ |
| "//products/microfuchsia:products", |
| "//products/minimal:products", |
| "//products/terminal:products", |
| "//products/workbench:products", |
| ] |
| } |
| |
| group("product_bundles") { |
| testonly = true |
| deps = [ |
| "//bundles/buildbot/virtualization:starnix_linux_vm_bundle", |
| "//products/microfuchsia", |
| "//products/minimal", |
| "//products/terminal", |
| "//products/workbench", |
| ] |
| } |