| (defsystem clack-errors-test | |
| :author "Fernando Borretti" | |
| :license "LLGPL" | |
| :description "clack-errors tests" | |
| :depends-on (:clack-errors | |
| :clack | |
| :hunchentoot | |
| :fiveam | |
| :drakma) | |
| :components ((:module "t" | |
| :serial t | |
| :components | |
| ((:file "app") | |
| (:file "clack-errors"))))) | |