Add metadata for quicklisp.

This commit is contained in:
Brit Butler 2015-05-26 23:38:25 -04:00
parent 5727578b26
commit 5f3100604c

View file

@ -32,6 +32,9 @@
(intern "COLESLAW-TESTS" :coleslaw-tests)))) (intern "COLESLAW-TESTS" :coleslaw-tests))))
(defsystem #:coleslaw-tests (defsystem #:coleslaw-tests
:description "A test suite for coleslaw."
:license "BSD"
:author "Brit Butler <redline6561@gmail.com>"
:depends-on (coleslaw stefil) :depends-on (coleslaw stefil)
:pathname "tests/" :pathname "tests/"
:serial t :serial t