tree: e5049f4a073250c3c46b17b498dd24287d03ebfa [path history] [tgz]
  1. cpp/
  2. dart/
  3. meta/
  4. rust/
  5. BUILD.gn
  6. README.md
examples/components/realm_builder/README.md

Realm Builder Examples

The following directory hosts example of usages of the Realm Builder library. These examples are also the source code references used in the developer guide.

The tests are meant to demonstrate compilable code. This means that it will always contain the latest API surface of each of the client libraries.

Building

If these components are not present in your build, they can be added by appending --with //examples to your fx set command. For example:

$ fx set core.x64 --with //examples --with //examples:tests
$ fx build

Testing

Run the tests for all languages using the realm-builder-examples package.

$ fx test realm-builder-examples