From 78f5cc9e6ad57ae3d36996a69000764672b85891 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Mon, 5 Jun 2017 19:33:35 -0700 Subject: [PATCH] Update the tests README. --- tests/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/README b/tests/README index a6451dc..9708155 100644 --- a/tests/README +++ b/tests/README @@ -3,6 +3,8 @@ A .tst extension means it's a game log A .chk extension means it's expected output from a test +The test files are run in alphabetical order. This allows you to ensure certain tests are run in a particular order merely by giving them appropriate names, e.g.: test.1.log, test.2.log, test.3.log. This is useful for testing save and resume. + 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. -- 2.31.1