Add NULL description
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index b0cbff9..f4af77b 100644 (file)
@@ -60,17 +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 
+  :depends-on (:contextl :arnesi :alexandria :parse-number
                         ;;for rofl:
-                        :postmodern :simple-date))
-
-
+                        :cl-postgres
+                        :simple-date-postgres
+                        :postmodern ))
 
 
 (defsystem :lisp-on-lines.test
@@ -80,6 +82,9 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     (: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))