Expanded support for Configurable editing.
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index bb4117b..b180396 100644 (file)
@@ -39,6 +39,7 @@ OTHER DEALINGS IN THE SOFTWARE."
               
               (:module :src
                        :components ((:file "contextl-hacks")
               
               (:module :src
                        :components ((:file "contextl-hacks")
+
                                     (:file "packages")
                                     
                                     (:file "rofl")
                                     (:file "packages")
                                     
                                     (:file "rofl")
@@ -65,7 +66,9 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     
                                     :serial t))
   :serial t
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria :postmodern))
+  :depends-on (:contextl :arnesi :alexandria :parse-number
+                        ;;for rofl:
+                         :simple-date :postmodern))
 
 
 
 
 
 
@@ -76,6 +79,10 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     (:file "description-test")
                                     (:file "attribute-test")
                                     (:file "display-test")
                                     (: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))
                                     (:module :ucw
                                      :components ((:file "ucw-test"))
                                      :serial t))