diff options
-rwxr-xr-x | run-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index 8178ad5..df4177b 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -6,3 +6,5 @@ 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 |