tree: 95532c900a1bbbf9378ea05bddd57dc34ba3fe8c [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/sys/component_manager/tests/component-time/README.md

component-time

A simple component unit-test that tests the current UTC time, in both component v1 and component v2 frameworks.

Building

To add this component to your build, append --with src/sys/component_manager/tests/component-time to the fx set invocation.

Testing

Unit tests for component-time are available in the component-v1-time-unittests and component-v2-time-unittests packages.

$ fx test component-v1-time-unittests
$ fx test component-v2-time-unittests