Simpler suites list.
authorOlof-Joachim Frahm <olof@macrolet.net>
Thu, 18 Jul 2013 15:37:48 +0000 (17:37 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 18 Jul 2013 15:37:48 +0000 (17:37 +0200)
src/suite.lisp

index 4e96bfb..03e232e 100644 (file)
@@ -52,6 +52,10 @@ Overrides any existing suite named NAME."
     (setf (get-test name) suite)
     suite))
 
+(defun list-all-suites ()
+  "Returns an unordered LIST of all suites."
+  (hash-table-values *suites*))
+
 ;;;; ** Managing the Current Suite
 
 (defvar *suite* (setf (get-test 'NIL)