aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-02-16 22:02:46 -0500
committerGravatar Peter McGoron 2025-02-16 22:02:46 -0500
commit52f196f3c073d9e21ef39dae781eee910d30402c (patch)
treef5d991f31249ce3a5227be0b234b0f82052a9157 /tests/run.scm
parentCHICKEN bug? Definition of `%insert` in the test for `internal` was (diff)
add set-contains? test, remove NaNs because they cannot be used in the default comparator
Diffstat (limited to '')
-rw-r--r--tests/run.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm
index a4e504a..9d754a6 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -26,7 +26,7 @@
(test-runner-current (test-runner-create))
(set-verbosity! '(fails))
-(define-library (mcgoron weight-balanced-trees test internal)
+#;(define-library (mcgoron weight-balanced-trees test internal)
(import (scheme base)
(chicken condition)
(mcgoron weight-balanced-trees test util)
@@ -42,7 +42,7 @@
(include "internal.scm"))
(define-library (mcgoron weight-balanced-trees test srfi 113 sets)
- (import (scheme base)
+ (import (scheme base) (scheme write) (scheme inexact)
(chicken condition)
(except (mcgoron srfi 64) factory)
(srfi 1) (srfi 26) (srfi 64) (srfi 69) (srfi 128)