Test coverage back and save system should work again but have to confirm it in-game.

This commit is contained in:
Zed A. Shaw 2024-12-02 09:58:54 -05:00
parent 6b4ebf7629
commit 2576b16869
9 changed files with 43 additions and 31 deletions

View file

@ -46,6 +46,7 @@ runtests = executable('runtests', [
'tests/panel.cpp',
'tests/sound.cpp',
'tests/pathing.cpp',
'tests/lighting.cpp',
'tests/worldbuilder.cpp',
],
dependencies: dependencies)