tree: 0ab08473b8e1ef9ab7b43f6e3b38d7b0aac425aa [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. default.shard.cml
  5. OWNERS
  6. README.md
  7. unit_test.shard.cml
src/sys/test_runners/starnix/README.md

Starnix Test Runner

Reviewed on: 2021-04-14

Starnix Test Runner is a test runner that launches a component using the Starnix runner.

This test runner is useful for running test binaries that are compiled for Linux.

Currently this test runner is in early stages of development, and does not perform any verification on the output from the test component.

Building

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

Starnix Unit Test Runner

This runner is intended to be used by the starnix runner‘s unit tests. It is a wrapper around the regular Rust test runner that adds additional permissions required by starnix unit tests that shouldn’t be available to regular Rust test components.