mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
6 lines
195 B
Text
Executable file
6 lines
195 B
Text
Executable file
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
|