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