[roll] Roll fuchsia [kernel][phys] Make "common_test" a GN build template.

The physboot build wants to generate a set of test targets using both
the "zbi_test" and the "phys_qemu_test" templates. Currently, this is
done using a loop that internally generates the appropriate targets.

As we have more variety in tests (such as tests that only work with an
input ZBI), the current approach is starting to become too inflexible.

Instead, create a new local GN template for a "common_test" that
generates both a "zbi_test" and "phys_qemu_test", longer term allowing
each test to have its own configuration, or to only build one of the two
environments.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/465097
Original-Revision: 1fa228516b4f5b0af7eab0d372dbeb81a62c6bb7
GitOrigin-RevId: 5953633e60662ced4cc62f57d7f09156ea9c88e5
Change-Id: I7ac2388ab07ea1257ea5c554bbc8d65a3f9033a0
1 file changed
tree: 1b5f6ab378c43c088b19e67fe93463322979bce3
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.