From 8a62a3f1f60521082bdb5c27be6d7246ebf12306 Mon Sep 17 00:00:00 2001 From: soukev Date: Sat, 6 Jun 2026 20:07:02 +0200 Subject: Project kick-off --- t/main.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/main.lisp (limited to 't/main.lisp') diff --git a/t/main.lisp b/t/main.lisp new file mode 100644 index 0000000..4ac2268 --- /dev/null +++ b/t/main.lisp @@ -0,0 +1,9 @@ +(defpackage :cl-mdns-tests + (:use :cl :fiveam :cl-mdns) + (:export test-all)) +(in-package :cl-mdns-tests) + +(def-suite* all-tests) + +(defun test-all () + (run! 'all-tests)) -- cgit v1.2.3