Unit Tests

The library contains an extensive set of unit tests to validate that the specification is implemented correctly.

The unit tests are written using the Zephyr Ztest environment.

Build and run the tests with the following command from the root directory of the library:

../zephyr/scripts/twister -T ./tests --integration -v

See also tests folder for further information regarding the unit tests.