;; load nova-test (require 'asdf) (asdf:operate 'asdf:load-op 'nova-test) ;; run all tests (terpri) (describe (nova-test:run-all-tests)) (terpri) (sb-ext:quit)