diff options
| author | 2025-11-03 22:55:50 -0500 | |
|---|---|---|
| committer | 2025-11-03 22:55:50 -0500 | |
| commit | 860e3809928b6bcca55e38131e279cdcb01d8be7 (patch) | |
| tree | 66d866be9b2034394ab4427e80574377ef02e71f /tests | |
| parent | considering continuations (diff) | |
start moving implementation-dependent code into separate libraries
Diffstat (limited to '')
| -rwxr-xr-x | tests/foment.sh | 2 | ||||
| -rwxr-xr-x | tests/gauche.sh | 2 | ||||
| -rwxr-xr-x | tests/sagittarius.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/foment.sh b/tests/foment.sh index 5dd4c04..a9e421e 100755 --- a/tests/foment.sh +++ b/tests/foment.sh @@ -1,3 +1,3 @@ #!/bin/sh -foment -A "../lib" -A "../compat/srfi-225" -l run.scm +foment -A "../lib" -A "../compat/micro-srfi-225" -l run.scm diff --git a/tests/gauche.sh b/tests/gauche.sh index 75d3abb..989470b 100755 --- a/tests/gauche.sh +++ b/tests/gauche.sh @@ -1,3 +1,3 @@ #!/bin/sh -gosh -I "../lib" -I "../compat/srfi-225" run.scm +gosh -I "../lib" -I "../compat/micro-srfi-225" run.scm diff --git a/tests/sagittarius.sh b/tests/sagittarius.sh index 827f33e..ff37d43 100755 --- a/tests/sagittarius.sh +++ b/tests/sagittarius.sh @@ -1,3 +1,3 @@ #!/bin/sh -sash -L../compat/srfi-225 -L../lib run.scm +sash -L../compat/micro-srfi-225 -L../lib run.scm |
