mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-24 05:43:11 -05:00
| .. | ||
| chconf.h | ||
| halconf.h | ||
| main.c | ||
| Makefile | ||
| readme.txt | ||
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