summary refs log tree commit diff
path: root/implementation/Makefile
diff options
context:
space:
mode:
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