Statistics
| Branch: | Tag: | Revision:

amiro-os / test / periphery-lld / MPR121_v1 @ 0aed1f1b

# Date Author Comment
0aed1f1b 2019-10-28 18:37 Thomas Schöpping

All tests now come with a .mk file, so they can be included more easily for each module.

ce12e797 2019-10-15 14:12 Thomas Schöpping

Introduced a function to initialize aos_testresult_t objects: aosTestResultInit()

b23ca7cc 2019-07-22 13:32 Thomas Schöpping

minor review of periphery tests

4c72a54c 2019-07-15 13:21 Thomas Schöpping

Massive overhaul:
- updated to a new version of AMiRo-LLD
- tests (formerly unit tests) are now split onto multiple parts:
- there are "global" tests for each driver etc.
- there is an individual part for each module, e.g. if there are multiple instances of the same periphery...