Vim window logic, slimv

This commit is contained in:
Ian Keane 2020-02-24 20:27:04 -05:00
parent babcc9e44b
commit 515847d07e
791 changed files with 51552 additions and 86 deletions

View file

@ -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)))