|
|
@ -60,6 +60,7 @@ runtests = executable('runtests', |
|
|
|
'tests/gui.cpp', |
|
|
|
'tests/gui.cpp', |
|
|
|
'tests/worldbuilder.cpp', |
|
|
|
'tests/worldbuilder.cpp', |
|
|
|
'tests/inventory.cpp', |
|
|
|
'tests/inventory.cpp', |
|
|
|
|
|
|
|
'tests/matrix2.cpp', |
|
|
|
], cpp_args:['-Wextra','-Werror'], |
|
|
|
], cpp_args:['-Wextra','-Werror'], |
|
|
|
dependencies: dependencies + catch2) |
|
|
|
dependencies: dependencies + catch2) |
|
|
|
|
|
|
|
|
|
|
|