WIP, no test library yet

This commit is contained in:
Justin Ethier 2016-08-22 18:46:21 -04:00
parent e6994d9c72
commit a62a3c6f5b

View file

@ -1,4 +1,5 @@
(cond-expand
(cyclone (import (scheme base) (srfi 133)))
(chicken (use test srfi-133))
(chibi (import (scheme base) (chibi test) (vectors))))
(test-group "vectors"