change display of gitweb link
[lml2.git] / lml2.asd
index 9d95bdeb3492ebd5493c77907c474cb13f566494..af200b9d4f06589af0d9062fbf6456a7b4dd1b4d 100644 (file)
--- a/lml2.asd
+++ b/lml2.asd
@@ -30,7 +30,7 @@
   :long-description "LML2 provides creation of XHTML for Lisp programs."
 
   :depends-on (kmrcl)
-  
+
   :components
   ((:file "package")
    (:file "data" :depends-on ("package"))
@@ -47,3 +47,6 @@
 (defmethod perform ((o test-op) (c (eql (find-system 'lml2))))
   (operate 'load-op 'lml2-tests)
   (operate 'test-op 'lml2-tests))
+
+(defmethod operation-done-p ((o test-op) (c (eql (find-system 'lml2-tests))))
+  (values nil))