summaryrefslogtreecommitdiff
path: root/test/gauche.scm
blob: d9af39645bccb963a55b707d7a966bb7e8f968a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
(import (scheme base)
	(scheme case-lambda)
	(srfi 2)
	(srfi 64))

(import (zambyte meta json))

(test-begin "gauche")
(include "run.scm")
(test-end "gauche")