summary refs log tree commit diff
path: root/implementation/Makefile
blob: bb70d1fdbbc72310e6f5fab29603e62436244df1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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