From 357cf1e3db1d14177926b5d068746ec2a22153a4 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 18 Jul 2013 13:40:23 +0200 Subject: [PATCH] Add ASDF metadata --- fiveam.asd | 4 ++++ 1 file changed, 4 insertions(+) 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") -- 1.7.10.4