cl-hssg/test/hssg/main.lisp

12 lines
237 B
Common Lisp
Raw Normal View History

2022-09-25 19:16:22 +02:00
(in-package #:hssg/test)
(defun test-all ()
(run! 'all-tests))
(def-suite all-tests
:description "The root suite of all tests.")
(def-suite hssg
2022-09-25 19:28:15 +02:00
:description "Parent suite of tests for the HSSG core"
2022-09-25 19:16:22 +02:00
:in hssg/test:all-tests)