tree: e233e6ba327536c3b28453ef93a358867caf1205 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. golden-output.txt
  5. README.md
examples/intl/wisdom/tests/README.md

Golden tests for the wisdom example

This directory contains the tests that compare the response printed out by the polyglot wisdom tests with the contents of golden-output.txt.

Building

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

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

If you do not already have one running, start a package server so the example components can be resolved from your device:

$ fx serve

Running the tests

To run the test components defined here, provide the build target to fx test:

$ fx test //examples/intl/wisdom/tests