(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 "Parent suite of tests for the HSSG core"
:in hssg/test:all-tests)