setup-lisp/cl-info-test.asd
Alexander Artemenko 5b3b2a35af Initial
2018-01-28 01:08:45 +03:00

16 lines
462 B
Common Lisp

#|
This file is a part of cl-info project.
|#
(defsystem cl-info-test
:author ""
:license ""
:class :package-inferred-system
:pathname "t"
:depends-on (:cl-info
"cl-info-test/core")
:description "Test system for cl-info"
:perform (test-op :after (op c)
(symbol-call :rove :run c)
(clear-system c)))