ea94ec00dcca89f9cef4eb58742355928df24381
[wolf] / .candle
1 (:packages :wolf :wolf-test :sheep)
2 (:name :wolf
3  :tasks
4  ((:name :test
5    :directions (wolf-test:run-all-tests))
6   (:name :wolf :directions
7    (wolf:pretty-print-check-directory "src"
8     :copyright-notice "; Copyright .* Frank Duncan \\(frank@consxy.com\\) under AGPL3.  See distributed LICENSE.txt."))
9   (:name :sheep :directions
10    (sheep:pretty-print-validate-packages :wolf))))
11
12 ; vim:ft=lisp