X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2FMakefile;h=8092aab196f040e7215998cdae2c42426b095960;hb=da78e7eb92b53ae17c54f48d69950432663e01d8;hp=130e44cfe8cfcdd998f74392b259cdfeb9bde011;hpb=e65132a108abb07e6ae768c3fb61510a59f80a8c;p=open-adventure.git diff --git a/tests/Makefile b/tests/Makefile index 130e44c..8092aab 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -45,6 +45,10 @@ savegames: ../cheat -v -1337 -o resume_badversion.adv > /tmp/cheat_badversion $(ECHO) "cheat: Generate save file 1000 saves" ../cheat -s -1000 -o thousand_saves.adv > /tmp/cheat_1000saves + $(ECHO) "cheat: Generate save file 1000 turns" + ../cheat -t -1000 -o thousand_saves.adv > /tmp/cheat_1000turns + $(ECHO) "cheat: Generate save file 1000 turns" + ../cheat -l -1000 -o thousand_lamp.adv > /tmp/cheat_1000lamp rm -f /tmp/cheat* @@ -61,6 +65,8 @@ buildregress: savegames savecheck: savegames $(ECHO) "TEST cheat: Bogus option for save file generation" ../cheat -QqQ 2> /tmp/coverage_cheat_batopt | true + $(ECHO) "TEST cheat: No save file specified" + ../cheat 2>/dev/null | true $(ECHO) "TEST cheat: Fail to save because we omit -o" ../cheat -d 1 2> /tmp/coverage_cheat_nooutput | true $(ECHO) "TEST cheat: Fail to save to invalid path"