summaryrefslogtreecommitdiff
path: root/test/chibi.scm
blob: 7d960f205495b171135f3020cb4c287618633c9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(import (scheme base)
	(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")