- ; run this with guile -s test-me.scm
- (add-to-load-path ".")
- (load-from-path "test/test-ploy.scm")
- (load-from-path "test/test-cat.scm")
- (load-from-path "test/test-reduce.scm")
- (load-from-path "test/test-as-array.scm")
- (load-from-path "test/test-from.scm")
- (load-from-path "test/test-slices.scm")
|