mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
adding chibi log tests to lib tests
This commit is contained in:
parent
b0e5f70355
commit
bf23dc655f
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
(rename (chibi generic-test) (run-tests run-generic-tests))
|
||||
(rename (chibi io-test) (run-tests run-io-tests))
|
||||
(rename (chibi iset-test) (run-tests run-iset-tests))
|
||||
(rename (chibi log-test) (run-tests run-log-tests))
|
||||
(rename (chibi loop-test) (run-tests run-loop-tests))
|
||||
(rename (chibi match-test) (run-tests run-match-tests))
|
||||
(rename (chibi math prime-test) (run-tests run-prime-tests))
|
||||
|
@ -79,6 +80,7 @@
|
|||
(run-generic-tests)
|
||||
(run-io-tests)
|
||||
(run-iset-tests)
|
||||
(run-log-tests)
|
||||
(run-loop-tests)
|
||||
(run-match-tests)
|
||||
(run-md5-tests)
|
||||
|
|
Loading…
Add table
Reference in a new issue