[roll] Roll fuchsia [cts] Rust Prebuilt Test Example

Example of a prebuilt CTS test written in Rust.

Commands to test locally:

fx set core.x64 --with //sdk/cts --args cts_version=\"canary\"
fx build
cp out/default/cts/*.far out/default/cts/test_manifest.json prebuilt/cts/canary/linux-x64/cts/
fx set core.x64 --with //sdk/cts --args cts_version=\"canary\"
fx test //sdk/cts/canary:cts-hello-world-rust-tests_canary

Original-Bug: 82403

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/565293
Original-Revision: 0de096a9c167dc484b5e45c9b2cedec647d77f6b
GitOrigin-RevId: c734a465a027e3354f4c364cfe833e84b051841e
Change-Id: I8e7873c1a89321ec1c98b8037281ef0e15baeca6
1 file changed
tree: 0896a5baefacf5ac75898149380aa59db82fd35f
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.