Consolidate all magicwords tests into one file. 100% coverage.
[open-adventure.git] / tests / Makefile
index 7087e69dd530be54d5a869a09bfa50d2ecd7f958..2f547a0cac35098c1c31909f694f143bc5d01337 100644 (file)
@@ -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}; \