X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2FREADME;h=d84dfd4a81d3ceb33712ea2ed756377519313daf;hb=43a08621e4404bb47e3bde1d0b6c12bf79d7066e;hp=5666e77903611fde93361434d32fa01f9e130272;hpb=e07cedf332029369f2ce09a6f6ced3dda0de2558;p=open-adventure.git diff --git a/tests/README b/tests/README index 5666e77..d84dfd4 100644 --- a/tests/README +++ b/tests/README @@ -17,27 +17,20 @@ 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 each file. -To run the tests, "make regress". +To run the tests, "make check". -To remake the check files, "make buildregress". +To remake the check files, "make buildchecks". == Composing tests == The simplest way to make a test is to simply play a game with the -l option giving a log path. Commands will be captured to that log. -To re-use a command sequence from an existing log, run advent -s and -paste it to the advent command log from the clipboard. If you don't -use -s to disable advanced ediiting, the code used for that will consume -the first line of the paste and discare the rest. This is almost -certainly not what you want. +To re-use a command sequence from an existing log, run advent and +paste it to the advent command log from the clipboard. -To see where we can use more tests, have a look at our test coverage -report: +To see where we can use more tests, "make coverage". -http://esr.gitlab.io/open-adventure/coverage/ - -Improvements in test coverage are always welcome. // end