summary refs log tree commit diff
path: root/test/README
diff options
context:
space:
mode:
authordozens2024-06-07 17:27:11 -0600
committerdozens2024-06-07 17:27:11 -0600
commit91b1662302c14cf84ca8b90c1f3ec20a585f67a5 (patch)
tree53084ac52460ed61be1308e13ce17dce92ea81d8 /test/README
parentf985dc4e5c9fdec06436c21440c3dc7245369847 (diff)
add ui tests
Diffstat (limited to 'test/README')
-rw-r--r--test/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/README b/test/README
new file mode 100644
index 0000000..11b09a4
--- /dev/null
+++ b/test/README
@@ -0,0 +1,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?