aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-11-03 22:55:50 -0500
committerGravatar Peter McGoron 2025-11-03 22:55:50 -0500
commit860e3809928b6bcca55e38131e279cdcb01d8be7 (patch)
tree66d866be9b2034394ab4427e80574377ef02e71f /tests
parentconsidering continuations (diff)
start moving implementation-dependent code into separate libraries
Diffstat (limited to '')
-rwxr-xr-xtests/foment.sh2
-rwxr-xr-xtests/gauche.sh2
-rwxr-xr-xtests/sagittarius.sh2
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