(:packages :wolf :wolf-test :sheep) (:name :wolf :tasks ((:name :test :directions (wolf-test:run-all-tests)) (:name :wolf :directions (wolf:pretty-print-check-directory "src")) (:name :sheep :directions (sheep:pretty-print-validate-packages :wolf)))) ; vim:ft=lisp