summaryrefslogtreecommitdiff
path: root/t/main.lisp
diff options
context:
space:
mode:
Diffstat (limited to 't/main.lisp')
-rw-r--r--t/main.lisp9
1 files changed, 9 insertions, 0 deletions
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))