blob: 4b72d90bd69a4c407c8dc407ddc9b035ac857810 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(import (scheme base)
(scheme case-lambda)
(except (chibi test) test-equal))
(import (zambyte meta json))
;-(
(define (test-equal name expected actual)
(test-assert name (test-equal? expected actual)))
(test-begin "chibi")
(include "./test/run.scm")
(test-end "chibi")
|