X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Frun.lisp;h=c070f44040c3a2a2c28046ab88e7af3d2ff3df0d;hb=f7d91555fd68221917e4323a1f4409011a6084f6;hp=3f03cfa3bed7ebe6beef46eccce63fa96aa46696;hpb=b946ea038243212fde4fa87103604a00666ddbf3;p=fiveam.git diff --git a/src/run.lisp b/src/run.lisp index 3f03cfa..c070f44 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -194,7 +194,7 @@ run.")) ;;;; ** Public entry points -(defun run! (test-spec) +(defun run! (&optional (test-spec *suite*)) "Equivalent to (explain (run TEST-SPEC))." (explain! (run test-spec)))