More tests converted to fuc2.
This commit is contained in:
parent
b8b42d5681
commit
903cf00661
10 changed files with 671 additions and 556 deletions
|
|
@ -1,12 +1,4 @@
|
|||
tests = files(
|
||||
'event_router.cpp',
|
||||
'fsm.cpp',
|
||||
'inventory.cpp',
|
||||
'lighting.cpp',
|
||||
'loot.cpp',
|
||||
'map.cpp',
|
||||
'matrix.cpp',
|
||||
'mazes.cpp',
|
||||
'palette.cpp',
|
||||
'pathing.cpp',
|
||||
'rituals.cpp',
|
||||
|
|
@ -19,6 +11,14 @@ tests = files(
|
|||
)
|
||||
|
||||
fuc2_tests = files(
|
||||
'mazes.cpp',
|
||||
'matrix.cpp',
|
||||
'map.cpp',
|
||||
'loot.cpp',
|
||||
'lighting.cpp',
|
||||
'inventory.cpp',
|
||||
'fsm.cpp',
|
||||
'event_router.cpp',
|
||||
'dinkyecs.cpp',
|
||||
'dbc.cpp',
|
||||
'ai.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue