From 4dc0b96bd101f34092a3ff5cd5864fc8fe7830c1 Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Mon, 24 Oct 2022 11:12:16 +0200 Subject: Add tests for file-backend and hash-backend. --- eris.asd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eris.asd') diff --git a/eris.asd b/eris.asd index 1c18f7f..b26fb09 100644 --- a/eris.asd +++ b/eris.asd @@ -15,6 +15,7 @@ (:file "eris-decode") (:file "backend") (:file "file-backend") + (:file "hash-backend") #+unix (:file "parallel-decoder")))) :in-order-to ((test-op (test-op :eris/test)))) @@ -31,4 +32,5 @@ (:file "decode-tests") (:file "rfc") (:file "autogenerated-tests") + (:file "backend-tests") #+unix (:file "parallel-tests"))))) -- cgit v1.2.3