X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Frun.lisp;h=58877e05b75bad19e48dcc49a936e6eada64af77;hb=4f250825a6c2a0686666277ab394c31984f62e0c;hp=59e6455b50ae8a0b49f8432da5c09da75f789e7d;hpb=2986cb838a3fe91733163fef1113665c667f39d7;p=fiveam.git diff --git a/src/run.lisp b/src/run.lisp index 59e6455..58877e0 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -171,6 +171,9 @@ run.")) (defmethod %run ((test test-case)) (run-resolving-dependencies test)) +(defmethod %run ((tests list)) + (mapc #'%run tests)) + (defmethod %run ((suite test-suite)) (let ((suite-results '())) (bind-run-state ((result-list '()))