dotfiles/sbcl/.quicklisp/dists/quicklisp/software/cl-project-20190521-git/cl-project-test.asd
2020-02-24 20:27:04 -05:00

17 lines
507 B
Common Lisp

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