Initial include of fuc2 to eventually replace catch2.
This commit is contained in:
parent
a58439a289
commit
4deda37665
5 changed files with 228 additions and 187 deletions
|
|
@ -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'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue