Tweak asd files.

This commit is contained in:
Eitaro Fukamachi 2015-03-21 00:53:12 +09:00
parent d59f06a954
commit 526bb44f93
5 changed files with 7 additions and 7 deletions

View file

@ -23,4 +23,5 @@
:pathname "session"
:components
((:file "state")
(:file "state/cookie")))))))
(:file "state/cookie"))))))
:in-order-to ((test-op (test-op t-lack-middleware-session))))

View file

@ -14,4 +14,5 @@
:components ((:module "src"
:components
((:file "middleware/static" :depends-on ("app/file"))
(:file "app/file")))))
(:file "app/file"))))
:in-order-to ((test-op (test-op t-lack-middleware-static))))

View file

@ -39,4 +39,4 @@
:fill-pointer t)))
(setf (fill-pointer seq) (read-sequence seq stream))
seq)))
:in-order-to ((test-op (test-op lack-test))))
:in-order-to ((test-op (test-op t-lack))))

View file

@ -15,5 +15,4 @@
:defsystem-depends-on (:prove-asdf)
:perform (test-op :after (op c)
(funcall (intern #.(string :run-test-system) :prove-asdf) c)
(asdf:clear-system c)))
(funcall (intern #.(string :run-test-system) :prove-asdf) c)))

View file

@ -14,5 +14,4 @@
:defsystem-depends-on (:prove-asdf)
:perform (test-op :after (op c)
(funcall (intern #.(string :run-test-system) :prove-asdf) c)
(asdf:clear-system c)))
(funcall (intern #.(string :run-test-system) :prove-asdf) c)))