diff options
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/run-tests.sh b/run-tests.sh index 556c8b6..8178ad5 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,15 +1,8 @@ #!/bin/sh -echo ";;;; Start Chibi" +echo chibi-scheme -I ./lib ./test/chibi.scm -echo ";;;; End Chibi" -echo ";;;; Start Gauche" +echo gosh -r7 -I ./lib ./test/gauche.scm -echo ";;;; End Gauche" -echo ";;;; Start Gerbil" +echo GERBIL_LOADPATH="./lib" gxi --lang r7rs ./test/gerbil.scm -echo ";;;; End Gerbil" -echo ";;;; Start Guile" -guile --r7rs -L ./lib -echo ";;;; End Guile" - |