diff options
| author | 2025-11-02 13:57:50 -0500 | |
|---|---|---|
| committer | 2025-11-02 13:57:50 -0500 | |
| commit | f9277fe63971bfbf89526a1bfc7a64810316dd15 (patch) | |
| tree | 3b76639aabdfd8a9a9d030de6d2a02365d9edd4d /tests | |
| parent | add hack to support foment and CHICKEN 5.3.0 (diff) | |
add sagittarius test, and non-working tr7 test
Diffstat (limited to '')
| -rw-r--r-- | tests/run.scm | 5 | ||||
| -rwxr-xr-x | tests/sagittarius.sh | 3 | ||||
| -rwxr-xr-x | tests/tr7.sh | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm index 7f28673..7b3fac7 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -2,6 +2,7 @@ (chicken-5 (import r7rs)) (else)) -(import (cuprate) (srfi 225) (cuprate rewriters)) - (include "impl.scm") +(import (scheme base) (cuprate) (srfi 225) (cuprate rewriters)) +(test-set! 'verbose? #t) +(include "impl.scm") diff --git a/tests/sagittarius.sh b/tests/sagittarius.sh new file mode 100755 index 0000000..827f33e --- /dev/null +++ b/tests/sagittarius.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sash -L../compat/srfi-225 -L../lib run.scm diff --git a/tests/tr7.sh b/tests/tr7.sh new file mode 100755 index 0000000..2aad823 --- /dev/null +++ b/tests/tr7.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +TR7_EXT_PATH=".sld" TR7_LIB_PATH="../lib:../compat/srfi-225" tr7i run.scm |
