mirror of
https://github.com/vale981/lack
synced 2025-03-04 17:01: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"
|
:pathname "session"
|
||||||
:components
|
:components
|
||||||
((:file "state")
|
((: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 ((:module "src"
|
||||||
:components
|
:components
|
||||||
((:file "middleware/static" :depends-on ("app/file"))
|
((: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)))
|
:fill-pointer t)))
|
||||||
(setf (fill-pointer seq) (read-sequence seq stream))
|
(setf (fill-pointer seq) (read-sequence seq stream))
|
||||||
seq)))
|
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)
|
:defsystem-depends-on (:prove-asdf)
|
||||||
:perform (test-op :after (op c)
|
:perform (test-op :after (op c)
|
||||||
(funcall (intern #.(string :run-test-system) :prove-asdf) c)
|
(funcall (intern #.(string :run-test-system) :prove-asdf) c)))
|
||||||
(asdf:clear-system c)))
|
|
||||||
|
|
|
@ -14,5 +14,4 @@
|
||||||
|
|
||||||
:defsystem-depends-on (:prove-asdf)
|
:defsystem-depends-on (:prove-asdf)
|
||||||
:perform (test-op :after (op c)
|
:perform (test-op :after (op c)
|
||||||
(funcall (intern #.(string :run-test-system) :prove-asdf) c)
|
(funcall (intern #.(string :run-test-system) :prove-asdf) c)))
|
||||||
(asdf:clear-system c)))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue