unit test

This commit is contained in:
Yaossg 2024-12-07 14:13:34 +08:00
parent 98d5a1a3bc
commit 54db58d362
18 changed files with 64 additions and 9 deletions

2
cov.sh
View file

@ -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 ..