X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b7657b86f85f575d5776dc6b626b1dc258d1fa47..bd9c9c317657fe4d4cd1b7b4758f36b0f338ef3c:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index b0cbff9..0e32bf7 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)) + :cl-postgres :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))