Results of today's code review session.
This commit is contained in:
parent
14b3ea7676
commit
f35b74f335
21 changed files with 64 additions and 59 deletions
3
Makefile
3
Makefile
|
@ -32,9 +32,6 @@ debug_test: build
|
|||
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/
|
||||
|
||||
designer: build
|
||||
powershell "cp ./builddir/designer.exe ."
|
||||
./designer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue