mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Adding regexp-tests to the test-libs target.
This commit is contained in:
parent
5866ec9b59
commit
961e5e885b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
(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")
|
(load "tests/mime-tests.scm")
|
||||||
|
(load "tests/regexp-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