X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/e8d4fa4537a1655714ad8bbbf9b7ba2d85ead959..a5a635a2ec9a1187c8ebd30c0baab32dd70bd593:/lisp-on-lines.asd?ds=sidebyside diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index a3181f2..f4af77b 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -60,15 +60,19 @@ OTHER DEALINGS IN THE SOFTWARE." (:file "edit") (:file "symbol") (:file "list") - (:file "clos")) + (:file "null") + (:file "clos") + ) :serial t)) :serial t)) :serial t - :depends-on (:contextl :arnesi :alexandria :postmodern)) - - + :depends-on (:contextl :arnesi :alexandria :parse-number + ;;for rofl: + :cl-postgres + :simple-date-postgres + :postmodern )) (defsystem :lisp-on-lines.test @@ -77,6 +81,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))