Add a warning comment.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 1 Apr 2023 12:46:44 +0000 (08:46 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 1 Apr 2023 12:46:44 +0000 (08:46 -0400)
tests/Makefile

index 8cf9e7e30f0261c0fcf560fdde0d1ef476248ce2..04f2da5426ec60aa18bcc68b7a46bc26f0648d2d 100644 (file)
@@ -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