summaryrefslogtreecommitdiffstats
path: root/testing.md
diff options
context:
space:
mode:
authorGravatar John Cowan 2021-06-25 19:14:50 -0400
committerGravatar John Cowan 2021-06-25 19:14:50 -0400
commitde8239b7a0aa4d0fdec5985e837e8e0c5460a6c0 (patch)
treeaf1de43d5631ab435f1487294c4af30cf7c68aac /testing.md
parentdraft 1 (diff)
parentUpdate and rename readme.md to testing.md (diff)
Merge remote-tracking branch 'origin/master'
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`