File size: 397 Bytes
43203b4
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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")))))