Now fully off catch2. YAY!

This commit is contained in:
Zed A. Shaw 2026-06-17 00:32:31 -04:00
parent 903cf00661
commit 21e7700deb
16 changed files with 610 additions and 498 deletions

View file

@ -1,16 +1,13 @@
tests = files(
'palette.cpp',
'pathing.cpp',
'rituals.cpp',
'shaders.cpp',
'sound.cpp',
'spatialmap.cpp',
'stats.cpp',
'systems.cpp',
'textures.cpp',
)
fuc2_tests = files(
'textures.cpp',
'systems.cpp',
'stats.cpp',
'spatialmap.cpp',
'sound.cpp',
'shaders.cpp',
'rituals.cpp',
'pathing.cpp',
'palette.cpp',
'mazes.cpp',
'matrix.cpp',
'map.cpp',