X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/6de8d30004efc9337b8c40d2ff2d0a76651d23eb..a5a635a2ec9a1187c8ebd30c0baab32dd70bd593:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index bb4117b..f4af77b 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -39,6 +39,7 @@ OTHER DEALINGS IN THE SOFTWARE." (:module :src :components ((:file "contextl-hacks") + (:file "packages") (:file "rofl") @@ -59,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 @@ -76,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))