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,17 @@
|
|||
#|
|
||||
This file is a part of CL-Project project.
|
||||
Copyright (c) 2011 Eitaro Fukamachi (e.arrows@gmail.com)
|
||||
|#
|
||||
|
||||
(defsystem "cl-project-test"
|
||||
:defsystem-depends-on ("prove-asdf")
|
||||
:author "Eitaro Fukamachi"
|
||||
:license "LLGPL"
|
||||
:depends-on ("cl-project"
|
||||
"prove"
|
||||
"caveman2"
|
||||
"uiop")
|
||||
:components ((:module "tests"
|
||||
:components
|
||||
((:test-file "cl-project"))))
|
||||
:perform (test-op (op c) (symbol-call :prove-asdf :run-test-system c)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue