Regression-test machinery is now documented.

This commit is contained in:
Eric S. Raymond 2017-05-26 00:37:24 -04:00
parent 894724d1c8
commit 53074fb1ea
3 changed files with 20 additions and 5 deletions

7
TODO
View file

@ -1,11 +1,8 @@
= Open Adventure TODO =
* Update the command parser to accept a PRNG seed value.
* Find the extra 5 treasures.
* Add command log replay. Note that the replay log needs to begin
with the random-number seed.
* Use that feature to make regression tests from walkthroughs.
* Make more regression tests from walkthroughs.
* Translate the FORTRANish mess to actual C.