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"
|
2021-02-02 21:38:05 +00:00
|
|
|
:depends-on (;; "hamcrest"
|
2021-02-02 21:20:06 +00:00
|
|
|
"cl-info-test/core")
|
2021-02-02 20:57:14 +00:00
|
|
|
: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"))))
|