Skip to content
Commit 9be8ccbf authored by Raymond Toy's avatar Raymond Toy
Browse files

Add lisp-unit as a module. Use (require :lisp-unit) (or "lisp-unit")

to load lisp-unit.  This also allows the regression tests to be
self-contained so we don't have to have lisp-unit installed via
quicklisp or some other means.

Unlike asdf and defsystem, we do not provide a precompiled fasl.

code/module.lisp:
* Add defmodule forms for lisp-unit

contrib/load-lisp-unit.lisp:
* Module file to compile and load lisp-unit.
parent b289505a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment