adventure.yaml - coverage of all scoring class thresholds

This commit is contained in:
Aaron Traas 2017-07-13 15:04:49 -04:00 committed by Eric S. Raymond
parent e696fed6db
commit a6e80af64f
9 changed files with 3498 additions and 6 deletions

View file

@ -43,8 +43,10 @@ listcheck:
# Generate bogus savegames.
savegames:
@$(ECHO) "cheat: Generate save file with -900 deaths"
@../cheat -d -900 -o cheat_numdie.adv > /tmp/cheat_numdie
@$(ECHO) "cheat: Generate save file with -1000 deaths"
@../cheat -d -1000 -o cheat_numdie.adv > /tmp/cheat_numdie
@../cheat -d -1000 -o cheat_numdie1000.adv > /tmp/cheat_numdie1000
@$(ECHO) "cheat: Generate save file with version -1337"
@../cheat -v -1337 -o resume_badversion.adv > /tmp/cheat_badversion
@$(ECHO) "cheat: Generate save file 1000 saves"