|
|
@ -20,7 +20,7 @@ fmt = dependency('fmt') |
|
|
|
ftxui_screen = dependency('ftxui-screen') |
|
|
|
ftxui_screen = dependency('ftxui-screen') |
|
|
|
ftxui_dom = dependency('ftxui-dom') |
|
|
|
ftxui_dom = dependency('ftxui-dom') |
|
|
|
ftxui_component = dependency('ftxui-component') |
|
|
|
ftxui_component = dependency('ftxui-component') |
|
|
|
doctest = dependency('doctest') |
|
|
|
catch2 = dependency('catch2-with-main') |
|
|
|
|
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
fmt, libgit2package_dep, efsw_dep, |
|
|
|
fmt, libgit2package_dep, efsw_dep, |
|
|
@ -43,8 +43,7 @@ executable('ftx_thread_test', 'ftx_thread_test.cpp', |
|
|
|
|
|
|
|
|
|
|
|
runtests = executable('runtests', [ |
|
|
|
runtests = executable('runtests', [ |
|
|
|
'game_engine.cpp', |
|
|
|
'game_engine.cpp', |
|
|
|
'tests/test1.cpp', |
|
|
|
|
|
|
|
'tests/game_engine.cpp'], |
|
|
|
'tests/game_engine.cpp'], |
|
|
|
dependencies: dependencies + [doctest]) |
|
|
|
dependencies: dependencies + [catch2]) |
|
|
|
|
|
|
|
|
|
|
|
test('the tests', runtests) |
|
|
|
test('the tests', runtests) |
|
|
|