tree: ce66ee59c18821a7fd40f1051ed7faa7812eada5 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. METADATA.textproto
  4. OWNERS
  5. README.md
src/sys/lib/runner/README.md

runner

Reviewed on: 2019-12-30

runner is a library which can be used by various runner to launch components. It provides basic utility APIs.

Building

To add this project to your build, append --with //src/sys/lib/runner to the fx set invocation.

Using

runner can be used by depending on the //src/sys/lib/runner GN target and then using the runner crate in a rust project.

runner is not available in the SDK.

Testing

Unit tests for runner are available in the runner_tests package.

$ fx test runner_tests