From 196a9e1a4960e01dcf4af9aef01a8daf3b5cbbc8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 26 May 2017 00:40:35 -0400 Subject: [PATCH] Document test comment format. --- tests/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/README b/tests/README index 94fbe2d..a6451dc 100644 --- a/tests/README +++ b/tests/README @@ -6,7 +6,9 @@ A .chk extension means it's expected output from a test In general, a file named foo.chk is the expected output from theb game log foo.log. To add new tests, just drop log files in this directory. -To see summary lines from all tests, 'make testlist'. +To see summary lines from all tests, 'make testlist'. The summary lines +are those led with ##; you should have one such descriptive line at the +head of the file. To run the tests, "make regress". -- 2.31.1