mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
4 lines
166 B
Scheme
4 lines
166 B
Scheme
(define-library (srfi 146 hamt-misc-test)
|
|
(import (scheme base) (chibi test) (srfi 146 hamt-misc))
|
|
(export run-hamt-misc-tests)
|
|
(include "hamt-misc-test.scm"))
|