Added tutorial, added LABEL attribute to T description. Untested, may be borked.
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index b0cbff9..0e32bf7 100644 (file)
@@ -66,9 +66,9 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     
                                     :serial t))
   :serial t
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria 
+  :depends-on (:contextl :arnesi :alexandria :parse-number
                         ;;for rofl:
                         ;;for rofl:
-                        :postmodern :simple-date))
+                         :cl-postgres :simple-date :postmodern))
 
 
 
 
 
 
@@ -80,6 +80,9 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     (:file "attribute-test")
                                     (:file "display-test")
                                     (:file "rofl-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))