summaryrefslogtreecommitdiff
path: root/test/chibi.scm
blob: ba1bb5460a8c500ee40f83b7406f013075576b5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(import (scheme base)
	(scheme case-lambda)
	(except (chibi test) test-equal)
	(srfi 2))

(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")