diff options
| author | 2021-10-17 12:09:08 +0300 | |
|---|---|---|
| committer | 2021-10-17 12:09:08 +0300 | |
| commit | 1e501c16b620c976a9b2d85ba5ad82b5e83ae0da (patch) | |
| tree | 000f4e1c767113245478e5485f2bf4cc05a6d3e0 /makefile | |
| parent | work (diff) | |
work
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |
