summaryrefslogtreecommitdiff
path: root/run-tests.sh
blob: df4177be921f38286d8dddefa9f316bb232821ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo
chibi-scheme -I ./lib ./test/chibi.scm
echo
gosh -r7 -I ./lib ./test/gauche.scm
echo
GERBIL_LOADPATH="./lib" gxi --lang r7rs ./test/gerbil.scm
echo
guile --r7rs -L ./lib ./test/guile.scm