projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c716f6f
)
Typo: Use *run-test-when-defined* in test macro. (Reported by: Gary King <gwking...
author
Marco Baringer
<mb@bese.it>
Tue, 24 Jan 2006 15:24:45 +0000
(16:24 +0100)
committer
Marco Baringer
<mb@bese.it>
Tue, 24 Jan 2006 15:24:45 +0000
(16:24 +0100)
src/test.lisp
patch
|
blob
|
history
diff --git
a/src/test.lisp
b/src/test.lisp
index
7fed67d
..
af7225a
100644
(file)
--- a/
src/test.lisp
+++ b/
src/test.lisp
@@
-60,7
+60,7
@@
SUITE defaults to the current value of *SUITE*."
',name)
`(setf (gethash ',name (tests (or *suite* (get-test 'NIL))))
',name))
- (when *run-when-defined*
+ (when *run-test-when-defined*
(run! ',name))
',name))))