Vim window logic, slimv
This commit is contained in:
parent
babcc9e44b
commit
515847d07e
791 changed files with 51552 additions and 86 deletions
|
|
@ -0,0 +1,15 @@
|
|||
(defsystem "prove-test"
|
||||
:author "Eitaro Fukamachi"
|
||||
:license "MIT"
|
||||
:depends-on (:split-sequence
|
||||
:alexandria
|
||||
:prove)
|
||||
:components ((:module "t"
|
||||
:serial t
|
||||
:components
|
||||
((:file "utils")
|
||||
(:test-file "prove"))))
|
||||
:description "Test system for Prove."
|
||||
|
||||
:defsystem-depends-on ("prove-asdf")
|
||||
:perform (test-op (o c) (symbol-call :prove-asdf :run-test-system c)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue