diff options
| author | 2025-11-02 14:05:02 -0500 | |
|---|---|---|
| committer | 2025-11-02 14:05:02 -0500 | |
| commit | e6f817abaa0ba466a408bef478bef670f5a5edc7 (patch) | |
| tree | 4bea179ad15f73e6b131ebf5ba7d850ace5da251 /tests/gauche.sh | |
| parent | add sagittarius test, and non-working tr7 test (diff) | |
add gauche
Diffstat (limited to '')
| -rwxr-xr-x | tests/gauche.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gauche.sh b/tests/gauche.sh new file mode 100755 index 0000000..75d3abb --- /dev/null +++ b/tests/gauche.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gosh -I "../lib" -I "../compat/srfi-225" run.scm |
