summaryrefslogtreecommitdiff
path: root/cl-mdns.asd
diff options
context:
space:
mode:
authorsoukev <soukev@soukev.xyz>2026-06-09 11:03:36 +0200
committersoukev <soukev@soukev.xyz>2026-06-09 11:03:36 +0200
commit4e8cfa36133c9be9f9a31a5e212d47f65651f93b (patch)
treed8120e372443bd5f7302b999b330ef032d7974aa /cl-mdns.asd
parent3692466424e33278e22faaa8c0c3ae61ac95ffd5 (diff)
Add testingHEADmain
Diffstat (limited to 'cl-mdns.asd')
-rw-r--r--cl-mdns.asd4
1 files changed, 2 insertions, 2 deletions
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)))