536be8212cc19e38821951a759a506fae87a13ed
[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))