[roll] Roll fuchsia [fidl][example-tester] Create example-tester lib

The example-tester is a lightweight testing framework for testing FIDL
canonical examples. The key usefulness of the framework is that test
assertions may be performed on log output only. This is useful because
the primary purpose of canonical examples is not to make for good,
complete, robust tests, but rather to serve as terse and readable code
samples. In this light, a test framework that encourages logging of
important code checkpoints, but does not produce any other output that
would clutter up example files, is desirable

Test: fx test example_tester -r --count 100
Original-Bug: 107613
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/694933
Original-Revision: 5c30058d83892704a87cfab9d2c12a3a682cb2e1
GitOrigin-RevId: ffd414a68e88795504a2a62688ccc6844a7b7674
Change-Id: Ieda155555db0012ceff7a16638bd7c8b00530ea0
1 file changed
tree: 18b0983838241c1209312aec8bc0ce8a32a8a162
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.