tree: f91771e812da46474f62b47260c516321cb57448 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/sys/component_manager/tests/bootfs/README.md

bootfs

Tests the bootfs filesystem hosted by component manager.

Building

To add just this component to your build, append --with src/sys/component_manager/tests/bootfs:tests to the fx set invocation. This is also included in the group of all component manager tests, so prefer appending --with src/sys/component_manager:tests to the fx set invocation.

Testing

Run the tests for bootfs using the bootfs-tests package.

$ fx test bootfs-tests