cl-ds / data /repos /clack-errors /clack-errors-test.asd
j14i's picture
3375 CL macro transformation examples from 85 libraries
43203b4 verified
(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")))))