Coverage fixups.
This commit is contained in:
parent
c5250b5f3f
commit
865e10e6d0
2 changed files with 6 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -64,6 +64,8 @@ cheat: $(CHEAT_OBJS) dungeon.o
|
|||
check: advent cheat
|
||||
cd tests; $(MAKE) --quiet
|
||||
|
||||
# After this, run your browser ob coverage/open-adventure/index.html
|
||||
# to see coverage results.
|
||||
coverage: debug
|
||||
cd tests; $(MAKE) coverage --quiet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue