X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2FMakefile;h=2f547a0cac35098c1c31909f694f143bc5d01337;hb=d9ddf4d80500271c1d6673648e8df2ea7968e897;hp=7087e69dd530be54d5a869a09bfa50d2ecd7f958;hpb=54927c33e548c58080232f43584bdd8cbcea068d;p=open-adventure.git diff --git a/tests/Makefile b/tests/Makefile index 7087e69..2f547a0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -108,7 +108,7 @@ buildchecks: savegames OPTS=`sed -n /#options:/s///p <$${file}.log`; \ advent $$OPTS <$${file}.log >$${file}.chk 2>&1 || exit 1; \ done; \ - echo "inven" | advent isofoo.log /dev/stdin >multifile.chk; \ + echo "inven" | advent issue36.log /dev/stdin >multifile.chk; \ rm -f scratch.tmp RUN_TARGETS=$(TESTLOADS:%=run-regress-%) @@ -118,7 +118,7 @@ $(RUN_TARGETS): run-regress-%: %.log $(advent) $$OPTS <$< | tapdiffer "$<: $${legend}" "$${test}.chk") multifile-regress: - @(echo "inven" | advent isofoo.log /dev/stdin) | tapdiffer "multifile: multiple-file test" multifile.chk + @(echo "inven" | advent issue36.log /dev/stdin) | tapdiffer "multifile: multiple-file test" multifile.chk TEST_TARGETS = $(SGAMES) $(SCHECKS) $(RUN_TARGETS) multifile-regress @@ -149,7 +149,7 @@ count: # The *.chk files need not be up-to-date for this to work. # TAPFILTER=tapview -oldcompare: $(SGAMES) +oldcompare: @if [ -f ../advent430 ]; then cp ../advent430 ../adventure.data .; else echo "advent430 nonexistent"; exit 1; fi @-(for x in *.log; do \ stem=$${x%.log}; \