;;;; srfi-90-test.scm (import test) ;(import (test-utils gloss)) ;(import (only (chicken format) format)) (import (srfi-90)) (import (chicken fixnum) (chicken platform) (chicken random) (chicken sort)) ;; (test-begin "SRFI 90") (include-relative "hash-table-tests-incl") (include-relative "hash-table-weak-tests-incl") (test-end "SRFI 90") ;;; (test-exit)