Added NULL description and added :when option for attribute active
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index a3181f2..f4af77b 100644 (file)
@@ -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))