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)