diff options
| author | 2025-03-16 22:24:42 -0400 | |
|---|---|---|
| committer | 2025-03-16 22:24:42 -0400 | |
| commit | c19c613fa230112ce78687af5457ea0495f3e01b (patch) | |
| tree | b00778ee22dbae35a84518c5dea22b4a6ca44c76 /tests/run.scm | |
| parent | reactive tests for adjoin and find (diff) | |
Tests are now listed (roughly) in the order of the procedures that they
test are listed in the SRFI, and not in a logical order.
This is because each test group can be run independently from the others.
Ideally at least one of the tests in the group is "basic" in that it
uses lists to test the properties of the procedure. However the other
tests use procedures and hence tests are circular.
This is still OK: passing the test suite is an implementation that is
meta-consistent.
Diffstat (limited to 'tests/run.scm')
| -rw-r--r-- | tests/run.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run.scm b/tests/run.scm index 1175791..9ff659f 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -43,6 +43,7 @@ (define-library (mcgoron weight-balanced-trees test srfi 113 sets) (import (scheme base) (scheme write) (scheme inexact) + (scheme case-lambda) (chicken condition) (except (mcgoron srfi 64) factory) (srfi 1) (srfi 26) (srfi 27) (srfi 64) (srfi 69) (srfi 128) |
