low-test-packages.scm 385 B

1234567891011121314
  1. ; Part of Scheme 48 1.9. See file COPYING for notices and license.
  2. ; Authors: Richard Kelsey, Jonathan Rees, Mike Sperber
  3. ; (link-simple-system '(debug low-test) 'start low-test-system)
  4. (define-structure low-test-system (export start)
  5. (define-all-operators)
  6. (files low-test))
  7. (define-structure bignum-test-system (export start)
  8. (define-all-operators)
  9. (files bignum-test))