X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b7657b86f85f575d5776dc6b626b1dc258d1fa47..f4efa7fff2efa6a3144fc664683137df92c42f91:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index b0cbff9..b180396 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -66,9 +66,9 @@ OTHER DEALINGS IN THE SOFTWARE." :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria + :depends-on (:contextl :arnesi :alexandria :parse-number ;;for rofl: - :postmodern :simple-date)) + :simple-date :postmodern)) @@ -80,6 +80,9 @@ OTHER DEALINGS IN THE SOFTWARE." (: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))