mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Adding mime tests.
This commit is contained in:
parent
b6e2829b5d
commit
937a47efd2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
(load "tests/string-tests.scm")
|
(load "tests/string-tests.scm")
|
||||||
(load "tests/iset-tests.scm")
|
(load "tests/iset-tests.scm")
|
||||||
(load "tests/uri-tests.scm")
|
(load "tests/uri-tests.scm")
|
||||||
|
(load "tests/mime-tests.scm")
|
||||||
(cond-expand (full-unicode (load "tests/unicode-tests.scm")) (else #f))
|
(cond-expand (full-unicode (load "tests/unicode-tests.scm")) (else #f))
|
||||||
|
|
||||||
(cond-expand
|
(cond-expand
|
||||||
|
|
Loading…
Add table
Reference in a new issue