setup-lisp/cl-info-test.asd

12 lines
314 B
Text
Raw Normal View History

2018-01-27 22:08:45 +00:00
(defsystem cl-info-test
2021-02-02 20:57:14 +00:00
:author ""
:license ""
:class :package-inferred-system
:pathname "t"
:depends-on ("cl-info-test/core")
:description "Test system for cl-info"
2018-01-27 22:08:45 +00:00
2021-02-02 20:57:14 +00:00
:perform (test-op (op c)
(unless (symbol-call :rove :run c)
(error "Tests failed"))))