(asdf:defsystem #:foo :depends-on (:fiveam) :serial t :components ( (:module "src" :serial t :components ((:file "package") (:file "main")))) :description "" :long-description #.(uiop:read-file-string (uiop:subpathname *load-pathname* "README.md")) :in-order-to ((test-op (o s) (uiop:symbol-call :fiveam '#:run! (uiop:find-symbol* '#:all-tests)))))