Moved description details out of display.
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index a3181f2..0e32bf7 100644 (file)
@@ -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:
+                         :cl-postgres :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))