setup-lisp/cl-info-test.asd

13 lines
413 B
Text
Raw Normal View History

2018-01-27 22:08:45 +00:00
(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)))