X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2FREADME;fp=tests%2FREADME;h=94fbe2d0c50581a869c049a16c649ab7dae09801;hb=53074fb1eab1088d829a9a3f5aa02797a6fd540e;hp=0000000000000000000000000000000000000000;hpb=894724d1c844f769a4a7a67047adf82bcbd8ad75;p=open-adventure.git diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..94fbe2d --- /dev/null +++ b/tests/README @@ -0,0 +1,16 @@ += Notes on the test machinery = + +A .tst extension means it's a game log +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 run the tests, "make regress". + +To remake the check files, "make buildregress". + +// end +