From 9025888cdec45404cd59c10a828c5b36531e8871 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 00:20:06 +0300 Subject: [PATCH] Fixed dependency on hamcrest. --- cl-info-test.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cl-info-test.asd b/cl-info-test.asd index 1283878..12037fe 100644 --- a/cl-info-test.asd +++ b/cl-info-test.asd @@ -3,7 +3,8 @@ :license "" :class :package-inferred-system :pathname "t" - :depends-on ("cl-info-test/core") + :depends-on ("hamcrest" + "cl-info-test/core") :description "Test system for cl-info" :perform (test-op (op c)