Meson update and gdb fix.
This commit is contained in:
parent
2b53363635
commit
c19c53b15b
2 changed files with 2 additions and 1 deletions
2
.gdbinit
2
.gdbinit
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue