mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 15:07:34 +02:00
Adding srfi 26 to lib-tests.
This commit is contained in:
parent
76d2cd102a
commit
161fad8167
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
(load "tests/srfi-1-tests.scm")
|
||||
(load "tests/srfi-2-tests.scm")
|
||||
(load "tests/srfi-16-tests.scm")
|
||||
(load "tests/srfi-26-tests.scm")
|
||||
(load "tests/srfi-27-tests.scm")
|
||||
(load "tests/srfi-38-tests.scm")
|
||||
(load "tests/flonum-tests.scm")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
(import (scheme base) (srfi 26) (chibi test))
|
||||
(import (chibi) (srfi 26) (chibi test))
|
||||
|
||||
(test-begin "srfi-26")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue