Rename to clnl, add documentation
[clnl] / bin / test-mode.lisp
1 (require 'asdf)
2 (setf asdf:*central-registry* (list #p"deps/"))
3 (asdf:load-system :clnl-test)
4 (clnl-test:run)