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

@ -18,6 +18,7 @@ runtests = executable('runtests', [
'map.cpp',
'rand.cpp',
'sound.cpp',
'combat.cpp',
'collider.cpp',
'ansi_parser.cpp',
'config.cpp',
@ -27,6 +28,7 @@ runtests = executable('runtests', [
'tests/dbc.cpp',
'tests/map.cpp',
'tests/collider.cpp',
'tests/components.cpp',
'tests/sound.cpp',
'tests/dinkyecs.cpp',
'tests/ansi_parser.cpp',
@ -53,7 +55,7 @@ roguish = executable('roguish', [
],
dependencies: dependencies)
roguish = executable('img2ansi', [
img2ansi = executable('img2ansi', [
'dbc.cpp',
'panel.cpp',
'ansi_parser.cpp',