diff options
author | Robby Zambito <contact@robbyzambito.me> | 2023-02-18 00:09:00 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2023-02-18 00:09:00 -0500 |
commit | acd0188ade22290d844c1a8553738060e59dbf6d (patch) | |
tree | 42cb678c67b09d34b5a834c0cf9a8b3fd21f9664 | |
parent | 2c67dfff745ab6d53d5fdcce9338e46b2da567f4 (diff) |
Add guile to test runner script
-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 |