X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Fall.lisp;h=029e6b70a104e96636a7cf3ff5455aa718141716;hp=a790a209a27c0524f8723038edf8bd405ed4d88b;hb=34a7f8e;hpb=213ed30b45140af3f34b7e003aa60394178d524c diff --git a/bin/all.lisp b/bin/all.lisp index a790a20..029e6b7 100644 --- a/bin/all.lisp +++ b/bin/all.lisp @@ -1,5 +1,10 @@ -(when (not (find-package :clnl)) (asdf:load-system :clnl)) -(when (not (find-package :clnl-test)) (asdf:load-system :clnl-test)) +(setf *compile-print* nil) +(require 'asdf) +(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "src"))) :INHERIT-CONFIGURATION)) +(asdf:load-system :clnl) +(asdf:load-system :clnl-test) +#-travis(asdf:load-system :style-checker) +#-travis(asdf:load-system :docgen) (format t "~%~c[1;33mRunning Tests~c[0m~%" #\Esc #\Esc) (when (not (clnl-test:run-all-tests))