mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 06:39:16 +02:00
Issue #462 - Added unit tests
This commit is contained in:
parent
9356833ef6
commit
2fe006f22a
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
||||||
(cyclone test))
|
(cyclone test))
|
||||||
|
|
||||||
|
|
||||||
|
(define vec #(1 2))
|
||||||
|
|
||||||
|
(test-group
|
||||||
|
"vector literals"
|
||||||
|
(test #(1 2) vec)
|
||||||
|
(test vec (vector 1 2))
|
||||||
|
)
|
||||||
|
|
||||||
(test-group
|
(test-group
|
||||||
"make-list"
|
"make-list"
|
||||||
(test '() (make-list -2))
|
(test '() (make-list -2))
|
||||||
|
|
Loading…
Add table
Reference in a new issue