A simple config loader test.
This commit is contained in:
parent
b8bb49df2c
commit
947ccbe180
4 changed files with 24 additions and 4 deletions
|
@ -92,10 +92,12 @@ sources = [
|
|||
executable('runtests', sources + [
|
||||
'tests/ansi_parser.cpp',
|
||||
'tests/base.cpp',
|
||||
'tests/components.cpp',
|
||||
'tests/config.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/dinkyecs.cpp',
|
||||
'tests/guecs.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/guecs.cpp',
|
||||
'tests/inventory.cpp',
|
||||
'tests/lel.cpp',
|
||||
'tests/levelmanager.cpp',
|
||||
|
@ -104,9 +106,8 @@ executable('runtests', sources + [
|
|||
'tests/matrix.cpp',
|
||||
'tests/pathing.cpp',
|
||||
'tests/spatialmap.cpp',
|
||||
'tests/tilemap.cpp',
|
||||
'tests/components.cpp',
|
||||
'tests/textures.cpp',
|
||||
'tests/tilemap.cpp',
|
||||
], override_options: exe_defaults,
|
||||
dependencies: dependencies + [catch2])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue