summary refs log tree commit diff
path: root/implementation/Makefile
diff options
context:
space:
mode:
authorArthur A. Gleckler <srfi@speechcode.com>2021-01-13 20:53:35 -0800
committerGitHub <noreply@github.com>2021-01-13 20:53:35 -0800
commit9cebcba5ca8ee47d74a2efc96c8111ddf98f3b6e (patch)
treef7dc6ed6637092740b43a37cbc3aae1be75417b4 /implementation/Makefile
parent7eb8ddca6a0df8acd138d140afd52cb630f9c9f9 (diff)
parentcde743ee1148f89d9299b444244d0a5ba8856e13 (diff)
downloadsrfi-214-9cebcba5ca8ee47d74a2efc96c8111ddf98f3b6e.tar.gz
srfi-214-9cebcba5ca8ee47d74a2efc96c8111ddf98f3b6e.tar.xz
srfi-214-9cebcba5ca8ee47d74a2efc96c8111ddf98f3b6e.zip
Merge pull request #1 from ar-nelson/add-source
Add implementation source for next draft
Diffstat (limited to 'implementation/Makefile')
-rw-r--r--implementation/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/implementation/Makefile b/implementation/Makefile
new file mode 100644
index 0000000..bb70d1f
--- /dev/null
+++ b/implementation/Makefile
@@ -0,0 +1,12 @@
+.PHONY: test-all test-gauche test-sagittarius test-chibi
+
+test-all: test-gauche test-sagittarius test-chibi
+
+test-gauche:
+	gosh -I. tests.scm
+
+test-sagittarius:
+	sash -c -r7 -L. tests.scm
+
+test-chibi:
+	chibi-scheme tests.scm