A bit of cleanup and refinement before refactoring.
This commit is contained in:
parent
e86d474c7c
commit
10c152a1c2
5 changed files with 63 additions and 37 deletions
7
Makefile
7
Makefile
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue