Fix bugs in coverage testing.
This commit is contained in:
parent
865e10e6d0
commit
8b8a3a73c4
3 changed files with 7 additions and 7 deletions
5
Makefile
5
Makefile
|
@ -64,8 +64,9 @@ 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.
|
||||
# After this, run your browser on coverage/open-adventure/index.html
|
||||
# to see coverage results. Browse coverage/adventure.yaml.html
|
||||
# to see symbol coverage over the YAML file.
|
||||
coverage: debug
|
||||
cd tests; $(MAKE) coverage --quiet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue