commit | a706aac6be7dfe9d06446b445b665365d8c45b0b | [log] [tgz] |
---|---|---|
author | Aaron Green <aarongreen@fuchsia.infra.roller.google.com> | Fri Mar 04 17:43:57 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 04 09:45:39 2022 -0800 |
tree | 6b4bea4558061d575f869331e0db7efb11e87354 | |
parent | 9891c8e83e876cda7bac2ab00f135c46f8453f5e [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.