Module test

Source

Modules§

alarm
Test that an Alarm implementation is working. Depends on a working UART and debug! macro.
alarm_edge_cases
Test that an Alarm implementation is working by trying a few edge cases on the delay, including delays of 1 and 0 delays. Depends on a working UART and debug! macro.
capsule_test
Interface for running capsule tests.
double_grant_entry
Test that tries to enter a grant twice.
random_alarm
Test that an Alarm implementation is working by trying a few edge cases on the delay, including delays of 1 and 0 delays. Depends on a working UART and debug! macro.
random_timer
Test that a Timer implementation is working.
rng
Test entropy and random number generators.
virtual_rng
Test virtual rng for a single device Gets a specified number of random numbers by making sequential calls to get() Full test harness for this can be found in nano33ble/test/virtual_rng_test
virtual_uart
Test reception on the virtualized UART: best if multiple Tests are instantiated and tested in parallel.