From acd0188ade22290d844c1a8553738060e59dbf6d Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sat, 18 Feb 2023 00:09:00 -0500 Subject: Add guile to test runner script --- run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run-tests.sh') 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 -- cgit