From 4e8cfa36133c9be9f9a31a5e212d47f65651f93b Mon Sep 17 00:00:00 2001 From: soukev Date: Tue, 9 Jun 2026 11:03:36 +0200 Subject: Add testing --- cl-mdns.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cl-mdns.asd') diff --git a/cl-mdns.asd b/cl-mdns.asd index 6cb35a5..a1975b2 100644 --- a/cl-mdns.asd +++ b/cl-mdns.asd @@ -3,7 +3,7 @@ :license "GPL 3.0" :version "0.1.0" :description "" - :depends-on ("nibbles" "usocket" "iolib" "fsocket") + :depends-on ("nibbles" "usocket" "iolib" "fsocket" "arrow-macros") :components ((:module "src" :serial t :components ( @@ -20,5 +20,5 @@ :components ((:module "t" :serial t :components ((:file "main") - (:file "client-tests")))) + (:file "packet-tests")))) :perform (test-op (o c) (uiop:symbol-call :fiveam :run-all-tests))) -- cgit v1.2.3