aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run.scm
blob: 20023f3d453b40ce0146ed318b16d2fa7affb327 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
(cond-expand
 (chicken-6 (load "../lib/tests/hascheme/kiss-test.sld")
            (load "../lib/tests/hascheme/base.sld"))
 (else))

(import (scheme process-context) (tests hascheme base)
        (tests hascheme kiss-test))
(test-group "base" (test-base))
(test-exit)