Meson update and gdb fix.

This commit is contained in:
Zed A. Shaw 2025-01-11 15:07:53 -05:00
parent 2b53363635
commit c19c53b15b
2 changed files with 2 additions and 1 deletions

View file

@ -7,4 +7,4 @@ set pagination off
break abort break abort
#break _invalid_parameter_noinfo #break _invalid_parameter_noinfo
#break _invalid_parameter #break _invalid_parameter
catch throw # catch throw

View file

@ -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)