X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/e8d4fa4537a1655714ad8bbbf9b7ba2d85ead959..f4efa7fff2efa6a3144fc664683137df92c42f91:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index a3181f2..b180396 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -66,7 +66,9 @@ OTHER DEALINGS IN THE SOFTWARE." :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria :postmodern)) + :depends-on (:contextl :arnesi :alexandria :parse-number + ;;for rofl: + :simple-date :postmodern)) @@ -77,6 +79,10 @@ OTHER DEALINGS IN THE SOFTWARE." (:file "description-test") (:file "attribute-test") (:file "display-test") + (:file "rofl-test") + (:module :standard-descriptions + :components ((:file "edit-test")) + :serial t) (:module :ucw :components ((:file "ucw-test")) :serial t))