[roll] Roll fuchsia [component][fuzzing] Add common test.shard.cml

Upcoming CLs would like to use AsyncLoopForTest from
//sdk/testing/fidl:test-support. A side-effect of including that target
as a dep is that it in turn deps //sdk:core-lib, which pulls in inspect
and enforces a check that //sdk/lib/inspect/client.shard.cml is included
in the unit test component manifests.

Rather than add that shard to each unit test component that depends on
//src/sys/fuzzing/common/testing, this CL add a new test.shard.cml and
has the unit tests include that. This shard encapsulates all the
assumptions of common/testing, thus simplifying the individual unit test
component manifests.

Original-Bug: 92490
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/642091
Original-Revision: 211e0ef3b2a6c3cc18193ac927c409185af55ed2
GitOrigin-RevId: 42ef5ace60c2930cd552a8843b2a0263d9e47a8a
Change-Id: Ieb7ff21cefe69a6fc76fd0c62fe4c22e1ff997cc
1 file changed
tree: 6b4bea4558061d575f869331e0db7efb11e87354
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.