summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2021-10-17 12:09:08 +0300
committerGravatar Arvydas Silanskas 2021-10-17 12:09:08 +0300
commit1e501c16b620c976a9b2d85ba5ad82b5e83ae0da (patch)
tree000f4e1c767113245478e5485f2bf4cc05a6d3e0 /makefile
parentwork (diff)
work
Diffstat (limited to 'makefile')
-rw-r--r--makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4890c1c..20e4509 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,16 @@
.PHONY: test-chibi
-test-chibi:
+# Testing through docker
+# pulls in srfi 126 implementation
+# which other wise is untested
+test-chibi-docker:
docker-compose run --rm chibi
+
+test-gauche-docker:
+ docker-compose run --rm gauche
+
+test-chibi:
+ chibi-scheme -I . srfi-225-test.scm
+
+test-gauche:
+ gosh -I . srfi-225-test.scm