Update automatically managed build utilities.
[sod] / src / test-base.lisp
index ffc8e19..203f918 100644 (file)
@@ -52,6 +52,9 @@
                               rather than `~A'."
                          object print string))))
 
+(defclass base-test (test-case) ())
+(add-test *sod-test-suite* (get-suite base-test))
+
 (defun run-tests (&optional which)
   (textui-test-run (acond
                     ((null which) *sod-test-suite*)