[roll] Roll fuchsia [virtualization] Clean up test build rules

Currently tests under the `//src/virtualization` directory are anchored
in the `//garnet/packages/test:all`. This rule under garnet points to
several test targets in the //src/virtualization that should be
exercised.

This CL adjusts the GN build rules to anchor the tests instead at
`//src/virtualization:tests`, and each directory in the tree being
responsible for defining rules for its own directory.

These changes reveal a few tests that had been inadvertently missed in
the set of tests run in CI/CQ:

* //src/virtualization/bin/wayland/*
* //src/virtualization/lib/guest_config/*
* //src/virtualization/lib/machina-virtio-device/*

The generated `out/default/tests.json` file was compared before and
after these changes to ensure that no existing test is dropped by these
changes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/594707
Original-Revision: b4093f554c0f224e5df9ddc83cd6cec8d246627e
GitOrigin-RevId: c6e636e08f5d01ecf42a4fb95841c421e4b084fd
Change-Id: Id077d83f4818eae7ba291ba33c6fd0a018225bf4
1 file changed
tree: 823af69a4a15d055c45ec77b529bcdbb4166b7cc
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.