First coverage reports. Tests don't get near enough coverage but running the program does.

This commit is contained in:
Zed A. Shaw 2024-11-29 09:41:02 -05:00
parent 988edf13d7
commit 97255eb813
7 changed files with 127 additions and 5 deletions

View file

@ -8,4 +8,4 @@ mv packagecache ./subprojects/
mkdir builddir
cp wraps/*.wrap subprojects/
# on OSX you can't do this with static
meson setup builddir
meson setup -Db_coverage=true builddir