X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=fiveam.asd;fp=fiveam.asd;h=dac1fae83350bb7d2602be96b4cc5bdaefe721de;hb=357cf1e3db1d14177926b5d068746ec2a22153a4;hp=9a056fa60d346d750b7d670755a794ec40b2f8a4;hpb=c820f4eaa2e95782018ebfc3cf45b85c72d6c978;p=fiveam.git diff --git a/fiveam.asd b/fiveam.asd index 9a056fa..dac1fae 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -6,6 +6,8 @@ (or *compile-file-pathname* *load-truename*))) (read f)) + :description "A simple regression testing framework" + :license "BSD" :depends-on (:alexandria) :pathname "src/" :components ((:file "package") @@ -25,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")