tree: 1ea19c94e7a16807c99d176e8940d4b54164bbba [path history] [tgz]
  1. elf/
  2. gotests/
  3. gtest/
  4. meta/
  5. rust/
  6. src/
  7. starnix/
  8. BUILD.gn
  9. OWNERS
  10. README.md
  11. tmp_storage.shard.cml
  12. tmp_storage.shard.cmx
src/sys/test_runners/README.md

Test Runners

Reviewed on: 2020-03-11

Test runners help integrate various test frameworks with the Test Runner Framework.

A test runner implements fuchsia.component.runner.ComponentRunner to run an underlying test program. It integrates a test framework with fuchsia.test.Suite.

Building

fx set core.x64 --with //src/sys/test_runners
fx build

Use the command above to build all test runners available. To build individual test runners, look for instructions in their respective subdirectories.

Running

Look for instructions in test runner's respective subdirectories.

Testing

Look for instructions in test runner's respective subdirectories.