setup-lisp/cl-info-test.asd
2018-08-27 21:33:12 +03:00

12 lines
413 B
Common Lisp

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