From: Eric S. Raymond Date: Fri, 26 May 2017 04:40:35 +0000 (-0400) Subject: Document test comment format. X-Git-Tag: seed~46 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=196a9e1a4960e01dcf4af9aef01a8daf3b5cbbc8 Document test comment format. --- 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".