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:
parent
59a5afb72e
commit
e49fb5f367
15 changed files with 19 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue