mirror of
https://github.com/vale981/lack
synced 2025-03-04 08:51:41 -05:00
Tweak asd files.
This commit is contained in:
parent
d59f06a954
commit
526bb44f93
5 changed files with 7 additions and 7 deletions
|
@ -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))))
|
||||
|
|
|
@ -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))))
|
||||
|
|
2
lack.asd
2
lack.asd
|
@ -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))))
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue