mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
adding more test suites to lib tests
This commit is contained in:
parent
38144adfc5
commit
9936ad2d58
1 changed files with 4 additions and 0 deletions
|
@ -5,11 +5,15 @@
|
|||
|
||||
(test-begin "libraries")
|
||||
|
||||
(load "tests/srfi-1-tests.scm")
|
||||
(load "tests/srfi-16-tests.scm")
|
||||
(load "tests/srfi-38-tests.scm")
|
||||
(load "tests/flonum-tests.scm")
|
||||
(load "tests/numeric-tests.scm")
|
||||
(load "tests/loop-tests.scm")
|
||||
(load "tests/match-tests.scm")
|
||||
(load "tests/scribble-tests.scm")
|
||||
(load "tests/iset-tests.scm")
|
||||
(cond-expand (full-unicode (load "tests/unicode-tests.scm")) (else #f))
|
||||
|
||||
(cond-expand
|
||||
|
|
Loading…
Add table
Reference in a new issue