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