Fixed dependency on hamcrest.
This commit is contained in:
parent
28dba7abf2
commit
9025888cde
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
:license ""
|
:license ""
|
||||||
:class :package-inferred-system
|
:class :package-inferred-system
|
||||||
:pathname "t"
|
:pathname "t"
|
||||||
:depends-on ("cl-info-test/core")
|
:depends-on ("hamcrest"
|
||||||
|
"cl-info-test/core")
|
||||||
:description "Test system for cl-info"
|
:description "Test system for cl-info"
|
||||||
|
|
||||||
:perform (test-op (op c)
|
:perform (test-op (op c)
|
||||||
|
|
Loading…
Reference in a new issue