projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576bc9b
)
Made run!'s first argument optional (defaults to *suite*)
author
Marco Baringer
<mb@bese.it>
Fri, 20 Jan 2006 17:26:39 +0000
(18:26 +0100)
committer
Marco Baringer
<mb@bese.it>
Fri, 20 Jan 2006 17:26:39 +0000
(18:26 +0100)
src/run.lisp
patch
|
blob
|
history
diff --git
a/src/run.lisp
b/src/run.lisp
index
3f03cfa
..
c070f44
100644
(file)
--- 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)))