9mm/test
Dozens B. McCuzzins 91b1662302 add ui tests 2024-06-07 17:27:11 -06:00
..
README add ui tests 2024-06-07 17:27:11 -06:00
moving-capture.dat add ui tests 2024-06-07 17:27:11 -06:00
placing-capture.dat add ui tests 2024-06-07 17:27:11 -06:00
test.awk add ui tests 2024-06-07 17:27:11 -06:00

README

== 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?