A bit of a quick test for the GUI system, but not sure how to make this do more.
This commit is contained in:
parent
48df9248b2
commit
c7607533ce
6 changed files with 48 additions and 7 deletions
|
@ -33,6 +33,7 @@ runtests = executable('runtests', [
|
|||
'pathing.cpp',
|
||||
'lights.cpp',
|
||||
'systems.cpp',
|
||||
'gui.cpp',
|
||||
'worldbuilder.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
|
@ -48,6 +49,7 @@ runtests = executable('runtests', [
|
|||
'tests/sound.cpp',
|
||||
'tests/pathing.cpp',
|
||||
'tests/lighting.cpp',
|
||||
'tests/gui.cpp',
|
||||
'tests/worldbuilder.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue