From 4e8cfa36133c9be9f9a31a5e212d47f65651f93b Mon Sep 17 00:00:00 2001 From: soukev Date: Tue, 9 Jun 2026 11:03:36 +0200 Subject: Add testing --- t/main.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/main.lisp') diff --git a/t/main.lisp b/t/main.lisp index 4ac2268..00ebb66 100644 --- a/t/main.lisp +++ b/t/main.lisp @@ -1,8 +1,8 @@ (defpackage :cl-mdns-tests - (:use :cl :fiveam :cl-mdns) + (:use :cl :fiveam) (:export test-all)) (in-package :cl-mdns-tests) - +(setf fiveam:*run-test-when-defined* t) (def-suite* all-tests) (defun test-all () -- cgit v1.2.3