X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=tests%2FREADME;h=d84dfd4a81d3ceb33712ea2ed756377519313daf;hp=1118056899c4a8b9b2997c563cf80d2225b609e0;hb=6ebc2bf0e3043f23563e4c8eb90e2a8af7d8b2c8;hpb=25230068fe3afb9d1faa9c606413784294700cef diff --git a/tests/README b/tests/README index 1118056..d84dfd4 100644 --- a/tests/README +++ b/tests/README @@ -17,9 +17,9 @@ 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 == @@ -29,12 +29,8 @@ option giving a log path. Commands will be captured to that log. 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