unit test
This commit is contained in:
parent
98d5a1a3bc
commit
54db58d362
18 changed files with 64 additions and 9 deletions
2
cov.sh
2
cov.sh
|
@ -3,4 +3,4 @@ rm *
|
|||
gcc --coverage -g -O0 ../boot.c
|
||||
./a.out < ../boot.c > /dev/null
|
||||
gcov a-boot.c
|
||||
python3 -m gcovr --html-details --html-theme github.green -o report.html -r ..
|
||||
python3 -m gcovr --html-details --html-theme github.green -o report.html -r ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue