X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=tests%2FREADME;h=a6451dc4bff9680ae060a2c7799a47c2744fc28e;hp=94fbe2d0c50581a869c049a16c649ab7dae09801;hb=196a9e1a4960e01dcf4af9aef01a8daf3b5cbbc8;hpb=53074fb1eab1088d829a9a3f5aa02797a6fd540e 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".