cl-hssg/test/hssg/main.lisp
2022-09-25 19:16:22 +02:00

11 lines
198 B
Common Lisp

(in-package #:hssg/test)
(defun test-all ()
(run! 'all-tests))
(def-suite all-tests
:description "The root suite of all tests.")
(def-suite hssg
:description ""
:in hssg/test:all-tests)