Close out oldcompare.

At this revision all test logs either pass checkfile comparison
against advent439 or have a NOCOMPARE comment explaining why they don't
pass, turning into a TAP skip. 100% coverage.
This commit is contained in:
Eric S. Raymond 2023-04-01 18:14:25 -04:00
parent 59a5afb72e
commit e49fb5f367
15 changed files with 19 additions and 9 deletions

View file

@ -163,6 +163,10 @@ oldcompare: $(SGAMES)
fi; \
done; \
echo 1..$(words $(shell ls *.log))) | $(TAPFILTER)
@rm *.ochk rm *-new advent430 adventure.data
@rm *.ochk *-new advent430 adventure.data
# List all NOMPARE tests.
residuals:
@grep -n NOCOMPARE *.log
# end