mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +02:00
adding record, thread and utf8 tests to lib tests
This commit is contained in:
parent
7306b55350
commit
f12cbe8191
1 changed files with 4 additions and 0 deletions
|
@ -9,5 +9,9 @@
|
||||||
(load "tests/sort-tests.scm")
|
(load "tests/sort-tests.scm")
|
||||||
(load "tests/loop-tests.scm")
|
(load "tests/loop-tests.scm")
|
||||||
(load "tests/match-tests.scm")
|
(load "tests/match-tests.scm")
|
||||||
|
(load "tests/record-tests.scm")
|
||||||
|
(load "tests/thread-tests.scm")
|
||||||
|
;;(load "tests/weak-tests.scm")
|
||||||
|
(cond-expand (utf-8 (load "tests/unicode-tests.scm")) (else #f))
|
||||||
|
|
||||||
(test-end)
|
(test-end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue