mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
13 lines
248 B
Scheme
13 lines
248 B
Scheme
|
|
(import (chibi test))
|
|
|
|
(test-begin "libraries")
|
|
|
|
(load "tests/flonum-tests.scm")
|
|
(load "tests/numeric-tests.scm")
|
|
(load "tests/hash-tests.scm")
|
|
(load "tests/sort-tests.scm")
|
|
(load "tests/loop-tests.scm")
|
|
(load "tests/match-tests.scm")
|
|
|
|
(test-end)
|