diff options
| author | soukev <soukev@soukev.xyz> | 2026-06-09 11:03:36 +0200 |
|---|---|---|
| committer | soukev <soukev@soukev.xyz> | 2026-06-09 11:03:36 +0200 |
| commit | 4e8cfa36133c9be9f9a31a5e212d47f65651f93b (patch) | |
| tree | d8120e372443bd5f7302b999b330ef032d7974aa /cl-mdns.asd | |
| parent | 3692466424e33278e22faaa8c0c3ae61ac95ffd5 (diff) | |
Diffstat (limited to 'cl-mdns.asd')
| -rw-r--r-- | cl-mdns.asd | 4 |
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))) |
