More testing improvements.

This commit is contained in:
Zed A. Shaw 2025-02-21 13:21:13 -05:00
parent 84fff71344
commit d0a6a92bc8
3 changed files with 20 additions and 92 deletions

View file

@ -105,6 +105,7 @@ executable('runtests', sources + [
'tests/pathing.cpp',
'tests/spatialmap.cpp',
'tests/tilemap.cpp',
'tests/components.cpp',
'tests/textures.cpp',
], override_options: exe_defaults,
dependencies: dependencies + [catch2])