mirror of
https://github.com/RfidResearchGroup/mayhem-firmware.git
synced 2026-05-12 11:27:21 -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