mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +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))
|
||||
|
||||
|
||||
(define vec #(1 2))
|
||||
|
||||
(test-group
|
||||
"vector literals"
|
||||
(test #(1 2) vec)
|
||||
(test vec (vector 1 2))
|
||||
)
|
||||
|
||||
(test-group
|
||||
"make-list"
|
||||
(test '() (make-list -2))
|
||||
|
|
Loading…
Add table
Reference in a new issue