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,27 @@
|
|||
(defsystem "prove"
|
||||
:version "1.0.0"
|
||||
:author "Eitaro Fukamachi"
|
||||
:license "MIT"
|
||||
:depends-on ("cl-ppcre"
|
||||
"cl-ansi-text"
|
||||
"cl-colors"
|
||||
"alexandria"
|
||||
"uiop")
|
||||
:components ((:module "src"
|
||||
:components
|
||||
((:file "prove" :depends-on ("output" "test" "suite" "asdf" "color"))
|
||||
(:file "test" :depends-on ("output" "report" "reporter" "suite"))
|
||||
(:file "report")
|
||||
(:file "reporter" :depends-on ("report" "output"))
|
||||
(:module "reporter-components"
|
||||
:pathname "reporter"
|
||||
:depends-on ("report" "reporter" "color")
|
||||
:components
|
||||
((:file "tap")
|
||||
(:file "fiveam")
|
||||
(:file "list")
|
||||
(:file "dot" :depends-on ("list"))))
|
||||
(:file "suite" :depends-on ("output" "report" "reporter" "asdf"))
|
||||
(:file "asdf" :depends-on ("output" "color"))
|
||||
(:file "color")
|
||||
(:file "output")))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue