setup-lisp/cl-info-test.asd
Alexander Artemenko 1efee47d3e Returned asd.
2021-02-03 01:12:09 +03:00

12 lines
340 B
Common Lisp

(defsystem cl-info-test
:author ""
:license ""
:class :package-inferred-system
:pathname "t"
:depends-on ("hamcrest"
"cl-info-test/core")
:description "Test system for cl-info"
:perform (test-op (op c)
(unless (symbol-call :rove :run c)
(error "Tests failed"))))