9mm/test/README.md

20 lines
395 B
Markdown
Raw Normal View History

2024-06-26 03:22:35 +00:00
## ABOUT
2024-06-07 23:27:11 +00:00
2024-06-26 03:22:35 +00:00
these files are to help me test the ui.
actually, just the game state really.
2024-06-07 23:27:11 +00:00
moves are recorded in `<file>.dat`.
then you can `awk -f test.awk file.dat > file.expect`.
(or `just expects` to build them all.)
then you can `expect file.expect`
to have expect play the game for you up to a certain point.
2024-06-26 03:22:35 +00:00
## REQUIREMENTS
2024-06-07 23:27:11 +00:00
- awk
- expect
2024-06-26 03:22:35 +00:00
## FUTURE PLANS
2024-06-07 23:27:11 +00:00
have actual integration tests?