git.fiddlerwoaroof.com
Browse code

Add description to test system

Fernando Borretti authored on 02/02/2015 19:55:02
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 (defsystem cl-yaml-test
2 2
   :author "Fernando Borretti <eudoxiahp@gmail.com>"
3 3
   :license "MIT"
4
+  :description "cl-yaml tests."
4 5
   :depends-on (:cl-yaml
5 6
                :fiveam
6 7
                :alexandria)