HackRF-Treasure-Chest/Software/portapack-mayhem/firmware/chibios/test/coverage
2022-09-22 09:26:57 -07:00
..
chconf.h Add software 2022-09-22 09:26:57 -07:00
halconf.h Add software 2022-09-22 09:26:57 -07:00
main.c Add software 2022-09-22 09:26:57 -07:00
Makefile Add software 2022-09-22 09:26:57 -07:00
readme.txt Add software 2022-09-22 09:26:57 -07:00

In order to compute the code coverage:

- Build the test application: make
- Run the test suite:         ch
- Compute the code coverage:  make gcov
- Clear everything:           make clean