diff --git a/coleslaw.asd b/coleslaw.asd index 2184379..77e69c3 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -32,6 +32,9 @@ (intern "COLESLAW-TESTS" :coleslaw-tests)))) (defsystem #:coleslaw-tests + :description "A test suite for coleslaw." + :license "BSD" + :author "Brit Butler " :depends-on (coleslaw stefil) :pathname "tests/" :serial t