summaryrefslogtreecommitdiffstats
path: root/testing.md
diff options
context:
space:
mode:
authorGravatar John Cowan 2021-06-25 19:13:56 -0400
committerGravatar GitHub 2021-06-25 19:13:56 -0400
commit587933bfaed4a31bee50d3df020f0f6e58d87d2c (patch)
treeaf1de43d5631ab435f1487294c4af30cf7c68aac /testing.md
parentdraft 1 (diff)
Update and rename readme.md to testing.md
Diffstat (limited to 'testing.md')
-rw-r--r--testing.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing.md b/testing.md
new file mode 100644
index 0000000..26850d3
--- /dev/null
+++ b/testing.md
@@ -0,0 +1,10 @@
+Running tests:
+
+Kawa
+`kawa dictionaries-test.scm`
+
+Chibi
+`chibi-scheme -I . dictionaries-test.scm`
+
+Gauche
+`gosh -I . dictionaries-test.scm`