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

these files are to help me test the ui

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?