[fidlc] Cleaning up tests

- TestLibrary now supports multiple sources per-library
- TestLibrary is now final, and all tests which used special
subclasses are now simply using the API
- Merging max_bytes_tests.cpp, max_bytes_multipass_tests.cpp, and
max_bytes_tests.cpp into a single typeshape_tests.cpp
- Improving coverage by checking typeshapes consistently, and always
verifying size, alignement, max-out-of-line, max-handles, and depth
- Moved optionals_tests.cpp into type_alias_tests.cpp
- Minor test renames (removing test_ prefix)

FIDL-458 #done

Change-Id: I2fc3d4dae7cb212a0228909f5aae2d7524093b58
15 files changed
tree: d3542b7e73c9c58a896458c55c3ecc2c12e882cd
  1. boards/
  2. build/
  3. buildtools/
  4. bundles/
  5. docs/
  6. examples/
  7. garnet/
  8. infra/
  9. peridot/
  10. products/
  11. scripts/
  12. sdk/
  13. src/
  14. third_party/
  15. tools/
  16. zircon/
  17. .clang-format
  18. .clang-tidy
  19. .dir-locals.el
  20. .gitattributes
  21. .gitignore
  22. .gn
  23. AUTHORS
  24. BUILD.gn
  25. CODE_OF_CONDUCT.md
  26. CONTRIBUTING.md
  27. LICENSE
  28. OWNERS
  29. PATENTS
  30. README.md
  31. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See the documentation.