[roll] Roll fuchsia [gen-cargo] merge in matching test target deps as dev-dependencies

When merging test targets, new dependencies are added to the
dev-dependencies section of Cargo.toml. This is actually required
in some cases to avoid circular dependencies.

Note:
 * Only binary or library targets are considered for test merging.
 * Only test targets with the same source root (aka unit tests)
   are merged.
 * If a test target has a dependency that's not included in the
   default `fx build`, tests for that target will be disabled.
 * A Cargo.toml file is still generated for the test itself, as
   before.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/458347
Original-Revision: bbc563aa2879ed2c785d4752989a1329b8d70710
GitOrigin-RevId: 4310a744080bbf84bc60e1356cf76b6fe200a819
Change-Id: I3cafd7857b5205399b1f6738cf32fc256e22757b
1 file changed
tree: 1263cd6623d9a1db2dcb577d6bc85f1fad0524d0
  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.