diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md (renamed from test/README) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/README b/test/README.md index 11b09a4..a9602fa 100644 --- a/test/README +++ b/test/README.md @@ -1,6 +1,7 @@ -== ABOUT == +## ABOUT -these files are to help me test the ui +these files are to help me test the ui. +actually, just the game state really. moves are recorded in `<file>.dat`. then you can `awk -f test.awk file.dat > file.expect`. @@ -8,11 +9,11 @@ then you can `awk -f test.awk file.dat > file.expect`. then you can `expect file.expect` to have expect play the game for you up to a certain point. -== REQUIREMENTS == +## REQUIREMENTS - awk - expect -== FUTURE PLANS == +## FUTURE PLANS have actual integration tests? |