Testing is almost complete, but now I'm in the area where it's a lot of interaction and probably need mocks or a way to inject keys to the gui.

This commit is contained in:
Zed A. Shaw 2024-12-02 10:57:02 -05:00
parent 2576b16869
commit 48df9248b2
5 changed files with 51 additions and 11 deletions

View file

@ -32,6 +32,7 @@ runtests = executable('runtests', [
'render.cpp',
'pathing.cpp',
'lights.cpp',
'systems.cpp',
'worldbuilder.cpp',
'tests/fsm.cpp',
'tests/dbc.cpp',