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 /t/main.lisp | |
| parent | 3692466424e33278e22faaa8c0c3ae61ac95ffd5 (diff) | |
Diffstat (limited to 't/main.lisp')
| -rw-r--r-- | t/main.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
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 () |
