Initial include of fuc2 to eventually replace catch2.

This commit is contained in:
Zed A. Shaw 2026-06-16 03:13:11 -04:00
parent a58439a289
commit 4deda37665
5 changed files with 228 additions and 187 deletions

View file

@ -1,5 +1,4 @@
tests = files(
'ai.cpp',
'animation.cpp',
'base.cpp',
'battle.cpp',
@ -26,3 +25,8 @@ tests = files(
'systems.cpp',
'textures.cpp',
)
fuc2_tests = files(
'ai.cpp',
'main.cpp'
)