Setting up a whole lot of testing infrastructure
[clnl] / bin / test.lisp
1 (require 'asdf)
2 (setf asdf:*central-registry* (list #p"deps/"))
3 (asdf:load-system :cl-nl-test)
4 (sb-ext:quit :unix-status (if (cl-nl-test:run-all-tests) 0 1))