portapack-mayhem/firmware/chibios/test/coverage
2015-07-08 08:40:23 -07:00
..
chconf.h ChibiOS 2.6.8, until I can figure out where to get it from git. 2015-07-08 08:40:23 -07:00
halconf.h ChibiOS 2.6.8, until I can figure out where to get it from git. 2015-07-08 08:40:23 -07:00
main.c ChibiOS 2.6.8, until I can figure out where to get it from git. 2015-07-08 08:40:23 -07:00
Makefile ChibiOS 2.6.8, until I can figure out where to get it from git. 2015-07-08 08:40:23 -07:00
readme.txt ChibiOS 2.6.8, until I can figure out where to get it from git. 2015-07-08 08:40:23 -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