Fix bugs in coverage testing.

This commit is contained in:
Eric S. Raymond 2022-04-12 19:45:43 -04:00
parent 865e10e6d0
commit 8b8a3a73c4
3 changed files with 7 additions and 7 deletions

View file

@ -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