summary refs log tree commit diff
path: root/test/README.md
blob: a9602fa8477e7e01f06b07617770f1ca2e5e23b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## ABOUT

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`.
(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.

## REQUIREMENTS

- awk
- expect

## FUTURE PLANS

have actual integration tests?