lib/tests.ss
(library (tests)
  (export)
  (import ; (rnrs tests) not implemented
          (srfi tests)
          ; (slib tests) not implemented
          (ubik tests)))