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