Update the tests README. 48/head
authorJason S. Ninneman <jsn@mbar.us>
Tue, 6 Jun 2017 02:33:35 +0000 (19:33 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Tue, 6 Jun 2017 02:33:35 +0000 (19:33 -0700)
tests/README

index a6451dc4bff9680ae060a2c7799a47c2744fc28e..97081552a5e031fd18aef0441d36b25e7a056e17 100644 (file)
@@ -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.