X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Flml2.asd;h=af200b9d4f06589af0d9062fbf6456a7b4dd1b4d;hb=e857c0c9ec3a2a1564300f0be3bc5aca88f2cd66;hp=d40d7fdcb0b38a483e8643c8c5f6b12fac2aefc8;hpb=db645c41bbe9918d7b3f7b2b4967b0c4fcedee94;p=lml.git diff --git a/2/lml2.asd b/2/lml2.asd index d40d7fd..af200b9 100644 --- a/2/lml2.asd +++ b/2/lml2.asd @@ -28,7 +28,9 @@ :licence "GNU General Public License" :description "Lisp Markup Language" :long-description "LML2 provides creation of XHTML for Lisp programs." - + + :depends-on (kmrcl) + :components ((:file "package") (:file "data" :depends-on ("package")) @@ -45,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))