First coverage reports. Tests don't get near enough coverage but running the program does.
This commit is contained in:
parent
988edf13d7
commit
97255eb813
7 changed files with 127 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue