diff options
| author | 2025-10-26 13:53:55 -0400 | |
|---|---|---|
| committer | 2025-10-26 13:53:55 -0400 | |
| commit | 764ab15ddabaac7545945d5241821e470e5ba918 (patch) | |
| tree | 88ab2530136b6b33b25e150ddd93f8ceb191067d /tests | |
| parent | tests, chibi support (diff) | |
0.2.00.2.0
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/run.scm b/tests/run.scm index 5c02052..8933e00 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -8,6 +8,12 @@ (chicken-5 (test-runner-current (test-runner-create))) (else)) -(import (tests hascheme base)) +(import (scheme process-context) (tests hascheme base)) (test-group "base" (test-base)) +(cond-expand + (chibi (test-exit)) + (else (exit (if (zero? (test-runner-fail-count (test-runner-current))) + 0 + 1)))) + |
