From 7af84921697cf43aef286832bac55484fe293255 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 1 Apr 2023 08:46:44 -0400 Subject: [PATCH] Add a warning comment. --- tests/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 8cf9e7e..04f2da5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -141,6 +141,11 @@ count: # making it a skipped test in the TAP view. First use of this was to avoid a # spurious mismatch on the news text. Other uses avoid spurios mismatches due # to bug fixes. +# +# When adding more tests, bear in mind that any game that continues after a +# resurrection will need a NOCOMPARE. At some point in the forward port, +# resurrection was accidentally changed in a way that messed wil the LCG chain. +# TAPFILTER=tapview ancient: $(SGAMES) @if [ -f ../advent430 ]; then cp ../advent430 ../adventure.data .; else echo "advent430 nonexistent"; exit 1; fi -- 2.31.1