A bit of cleanup and refinement before refactoring.

This commit is contained in:
Zed A. Shaw 2024-12-01 08:08:06 -05:00
parent e86d474c7c
commit 10c152a1c2
5 changed files with 63 additions and 37 deletions

View file

@ -26,8 +26,11 @@ run: build test
clean:
meson compile --clean -C builddir
debug:
gdb --nx -x .gdbinit builddir/roguish.exe
debug_test: build
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe
debug_run: build
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/roguish.exe
cover:
gcovr --html coverage/index.html --gcov-ignore-errors=no_working_dir_found --exclude "scratchpad.*" --exclude "subprojects.*" --html-nested coverage/