X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=fiveam.asd;h=dac1fae83350bb7d2602be96b4cc5bdaefe721de;hb=357cf1e3db1d14177926b5d068746ec2a22153a4;hp=c8bd8a05060bf946b669bd823ae733057ba2000c;hpb=51bbd6ac845371a2330e60d09b7e365248dbc9c4;p=fiveam.git diff --git a/fiveam.asd b/fiveam.asd index c8bd8a0..dac1fae 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -2,6 +2,12 @@ (defsystem :fiveam :author "Edward Marco Baringer " + :version #.(with-open-file (f (merge-pathnames "version.lisp-expr" + (or *compile-file-pathname* + *load-truename*))) + (read f)) + :description "A simple regression testing framework" + :license "BSD" :depends-on (:alexandria) :pathname "src/" :components ((:file "package") @@ -21,6 +27,8 @@ (defsystem :fiveam-test :author "Edward Marco Baringer " + :description "FiveAM's own test suite" + :license "BSD" :depends-on (:fiveam) :pathname "t/" :components ((:file "suite")