(define-library (kiss-test) (import (scheme base) (scheme write) (scheme process-context)) (export tests-passed increment-tests-passed! tests-failed increment-tests-failed! test-group-name test-group+ call-as-test call-as-test-assert test-assert call-as-test-equal test-equal test-eqv test-eq call-as-test-exception test-error test-group test-exit) (include "kiss-test.scm"))