X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=rss.asd;h=a1450e083b5042c21a7a8a994ddb5abf2a076438;hb=5c7030042fc1a2e4d75788fb76e45f3cfdde586e;hp=e34fcbbb0db4ad6d47937d419a84499af1476549;hpb=34a0917a07e7a6e3c20b58939e655c7f7066356e;p=cl-rss.git diff --git a/rss.asd b/rss.asd index e34fcbb..a1450e0 100644 --- a/rss.asd +++ b/rss.asd @@ -7,7 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id$ ;;;; ************************************************************************* (defpackage #:rss-system (:use #:asdf #:cl)) @@ -21,6 +20,7 @@ :maintainer "Kevin M. Rosenberg " :licence "BSD" :description "Remote Site Summary" + :version "0.9.1.1" :properties ((#:author-email . "kevin@rosenberg.net") ((#:albert #:output-dir) . "albert-docs/") @@ -28,25 +28,9 @@ ((#:albert #:docbook #:template) . "book") ((#:albert #:docbook #:bgcolor) . "white") ((#:albert #:docbook #:textcolor) . "black")) - + :serial t :depends-on (kmrcl xmls #-allegro aserve) :components ((:file "package") - (:file "main") - )) - -(defmethod perform ((o test-op) (c (eql (find-system 'rss)))) - (operate 'load-op 'rss-tests) - (operate 'test-op 'rss-tests :force t)) - -(defsystem rss-tests - :depends-on (rss ptester) - :components ((:file "tests"))) - -(defmethod perform ((o test-op) (c (eql (find-system 'rss-tests)))) - (operate 'load-op 'rss-tests) - (or (funcall (intern (symbol-name '#:do-tests) - (find-package '#:rss-tests))) - (error "test-op failed"))) - + (:file "main")))